A break shorter than comma

0

I am trying to make the following sentence be said naturally by Amazon Polly (using Matthew neural voice) :

<speak>
<prosody rate="80%">
For each number i from 1 to n, we add i to the sum. 
<mark name="end"/>
</prosody>
</speak>

It needs a break after i, but not as large as a comma. I tried using <break time="0.1s"/>, but no matter how small a time I specify, the break is same as a comma. Is there a way I can cause a natural break after i?

質問済み 1年前279ビュー
1回答
0

Hi AlwaysLearning, I am a Polly user, I hope my solution can help you.

<speak> <prosody rate="80%"> For each number i from 1 to n, we add i <break time="100ms"/> to the sum. <mark name="end"/> </prosody> </speak>

Please note. "ms" is for milliseconds, so you can vary the length as you like, the maximum break allowed should be 10 seconds.

LBajard
回答済み 1年前
  • This does not work. 100ms adds as much a break as a comma. So does 50ms. Please try this in the console.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ