Forum Discussion
MichaelCarlino-
3 months agoCommunity Member
Using SSML in AI voices
Is it possible to us SSML in the AI voices.
JoseTansengco
3 months agoStaff
Hi MichaelCarlino-,
Thanks for reaching out!
Yes, SSML tags work with AI assistant-generated text-to-speech audio files. You can use this simple script to confirm that the SSML tags are read when you generate the audio using AI assistant:
<speak>
I can pause <break time="3s"/>.
I can play a sound.
</speak>
Hope this helps!
MichaelCarlino-
2 months agoCommunity Member
Thank you all for giving me help. Not sure what I am doing wrong but I am not seeing any difference.
<speak>
<prosody rate="slow">
This is slow
</prosody>
<prosody rate="medium">
This is medium
</prosody>
<prosody rate="fast">
This is fast
</prosody>
</speak>