Forum Discussion
- MEJohnsonCommunity Member
I'd like an answer too. I tried using <break time="250ms"/>, but it didn't work. How did you add a pause?
- Jean-Philipp513Community Member
I used this code:
<speak>
This is a test to know if <break time="3s"/>pauses work correctly with the voice.</speak>
You should hear the pause if you try it. Always make sure to start and end your text with <speak> and </speak>, respectively.
- MEJohnsonCommunity Member
Thank you!
- MEJohnsonCommunity 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.
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.
- MEJohnsonCommunity Member
Thank you!
You're welcome, MEJohnson!
- WrennCorcoranCommunity Member
I'd like to know an answer to the original question as well. Without the ability to change pronunciation, I can't see myself using this over other options.
Hello WrennCorcoran,
Happy to help!
SSML tags aren't recognized by the AI assistant when generating AI audio. AI Assistant has limited support for speech synthesis markup language (SSML) because AI-generated voices are designed to understand the relationship between words and adjust delivery accordingly. I'll add you to an open feature request we have to include SSML tags in the list of supported features of the AI assistance and we'll let you know when it makes it to our product roadmap!- LucynaDraCommunity Member
Great! I would also appreciate this functionality. The new AI voices are amazing, but adding SSML compatibility to them would rock!