Forum Discussion
RebeccaMogol653
7 months agoCommunity Member
TTS - LONG pauses?
my team is criticizing that there is not enough of a breath between each bulleted item. But when I manually add silence in the audio file, I can no longer update the text because it overwrites my si...
Jürgen_Schoene_
7 months agoCommunity Member
you can use SSML tags for create/update TextToSpeech
e.g.
<speak>
bullet point one
<break time="1000ms"/>
bullet point two
<break time="1000ms"/>
bullet point three
<break time="1000ms"/>
bullet point four
</speak>
more SSML infos:
https://docs.aws.amazon.com/polly/latest/dg/supportedtags.html#break-tag