Forum Discussion
DebraBrennan-92
17 days agoCommunity Member
Adding SSML codes, can't update TTS
I'm trying to add the SSML <speak><prosody rate=85%> TEXT </prosody></speak> But when I do, I get this message when I select the update button:
"Unable to connect. Check your internet connection ...
- 17 days ago
Add "" around the 85% - "85%"
Mike_Marcos
17 days agoStaff
Hi, thanks for sharing! Our support staff found that the tag is missing the straight quotes around 85%.
Try this instead.
<speak>
<prosody rate="85%">
TEXT
</prosody>
</speak>
Hope that helps!
Related Content
- 5 months ago
- 26 days ago
- 24 days ago