TTS DAISY Pipeline generation - gap between sentences #813
Unanswered
torchtrust
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am back on the TTs engine in DAISY pipeline again. I can control the gap between the paragraphs and headings using css:
h1 { pause-before: 1500ms; volume: x-loud }
h2 { pause-before: 1000ms; volume: loud }
book {speech-rate: -12% }
p { pause-after: 1100ms }
p.quotation { pitch: high }
but can we control the gap between sentences? is it fixed at 1 second? I am finding it a little long and I would like to reduce it so the speech flows more naturally.
Thanks
Paul
Beta Was this translation helpful? Give feedback.
All reactions