Polly speech speed

0

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

LBajard
已提問 3 年前檢視次數 736 次
3 個答案
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
已回答 3 年前
0

Thank you so much!

LBajard
已回答 3 年前
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>
已回答 3 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南