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?

질문됨 일 년 전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
답변함 일 년 전
  • This does not work. 100ms adds as much a break as a comma. So does 50ms. Please try this in the console.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠