Forum Discussion
Jean-Philipp513
1 year agoCommunity Member
Storyline text-to-speech AI Audio Voices - SSML Tags
As per title, are SSML Tags compatible with the new text-to-speech AI voices? I was trying to change the phonetic pronunciation of a specific word, to no avail. I was however successful in adding a ...
MEJohnson
1 year agoCommunity Member
I want to use a break time that's less than one second. <break time="250ms"/> and <break time=".7s"/> doesn't seem to work.
EricSantos
1 year agoStaff
Hello MEJohnson,
I am happy to chime in. I understand you'd like to use an SSML "break" code with milliseconds.
<break time="250ms"/> should be the correct format, but 250 milliseconds may be too short to be noticeable. If you want to add a 0.7-second break, please try the following SSML code:
<break time="700ms"/>
Please don't hesitate to reach out if you have additional questions. If you want more targeted help, you can also connect with us privately in a support case.
- MEJohnson1 year agoCommunity Member
Thank you!