Forum Discussion
CindeeCalton
7 months agoCommunity Member
Emphasis and neural voices
Hi! I'm new to using text-to-speech.
I see in this article that you cannot use the <emphasis> tag on a neural voice: SSML support
I see here that there are no standard voices in American English...
SuzanneNeafus
7 months agoCommunity Member
You can hear it better with a break before and after the emphasis.
<speak>
This module focuses on <break time="30ms"/>
<prosody volume="x-loud" rate="x-slow"> your</prosody>
<break time="20ms"/>
role. Carrying out the plan.
</speak>
Use the below example to adjust the volume and rate manually.
<speak> This module focuses on <break time="30ms"/> <prosody volume="+45dB" rate="70%">your</prosody><break time="20ms"/> role. Carrying out the plan.
</speak>