Forum Discussion
JennaMorgenthal
9 months agoCommunity Member
text-to-talk speed - Default player speed or adjust text to talk speed
Hello,
I am trying to create a training and I am told that the text to talk speed is too fast for users to comprehend. I am also told that using the control panel and reducing to 75% player speed is too slow.
Is there a way to adjust the speed of the talker? or set a default player speed at around 85-90%?
- Jürgen_Schoene_Community Member
if you are using text-to-speech you can slow down the audio with SSML
example 90%
<speak><prosody rate="90%">
Is there a way to adjust the speed of the talker?
</prosody></speak>
- JennaMorgenthalCommunity Member
This is awesome. Thank you.