Forum Discussion
Using SSML in AI voices
Is it possible to us SSML in the AI voices.
- PhilMayorSuper Hero
I could be wrong but dont think that eleven labs support rate ssml tag
- LisaRose-6285f9Community Member
I’m having the same issue. These tags work in the text to speech section, but when you try them in the AI generated voices section, nothing changes.
- MichaelCarlino-Community Member
Thank you for confirming this for me.
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-Community 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>
- Bottleneck121Community Member
Yes, SSML (Speech Synthesis Markup Language) can be used in AI voices to control pronunciation, tone, pitch, speed, pauses, and other speech elements. Many AI voice platforms, such as Google Text-to-Speech, Amazon Polly, and Microsoft Azure Speech, support SSML to enhance voice output.
If you're using an AI voice tool, you can add SSML tags to make the speech more natural and engaging.