Polly speech speed

0

Hi, could you please suggest me how to change the speech speed with ssml from Polly Console? Thank you.

LBajard
feita há 3 anos736 visualizações
3 Respostas
0

The prosody tag is what you'll want to use to adjust speed
https://docs.aws.amazon.com/polly/latest/dg/supportedtags.html#prosody-tag

Try this to speed up the entire phrase
<speak>
<prosody rate="x-fast">This text is read really fast. Instead of using labels, I can also type in numbers.</prosody>
</speak>

Try this to speed up one word
<speak>
This <prosody rate="110%">word</prosody> will be read 10% faster.
</speak>

Edited by: vabtm on Nov 17, 2020 7:59 PM

vabtm
respondido há 3 anos
0

Thank you so much!

LBajard
respondido há 3 anos
0

If you want to emphasize a word or even just one syllable, sometimes slowing down the speech and simultaneously increasing the volume will do the trick. I typically increase the volume by 1 to 4 dB, and slow down the speech by 10 or 15%.

For example, I used this code for Matthew in SSML.

<speak> how can you <prosody volume="+5dB" rate="80%"> possibly</prosody> get any taller. </speak>
respondido há 3 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas