rhasspy / larynx

End to end text to speech system using gruut and onnx
MIT License
822 stars 48 forks source link

Longer pause #32

Closed vasilije2448 closed 2 years ago

vasilije2448 commented 3 years ago

I'd like to be able to manually add a 2-second pause between different paragraphs of text. Is there a way to do this?

synesthesiam commented 3 years ago

You're in luck! The next version of Larynx will support a subset of SSML, so you will be able to use the <break> tag to do this :slightly_smiling_face:

synesthesiam commented 2 years ago

SSML support is now present in 1.0. Use <break time="1s" /> where time can be in seconds (s) or milliseconds (ms).