0
Аяқталған
make dots, like " . . . . ." take up time but don't pronounce them.
I'm trying to space things out in time and can't find a way to do it. Some other TTS services let you use spaced apart periods like " . . . . . " to take up time and space things out.
Answer
Answer
Under review
Hi -
Period, comma and exclamation mark have some effect, but that effect depends on the voice, and can be inconsistent.
Best solution is to use SSML tags - in this case the 'break' tag.
Here's an example -
Break for 1000 milliseconds <Break time="1000ms"/> Okay, keep going.
See "advanced" section at the bottom of our demo page - for more examples about using SSML tags.
Customer support service by UserEcho
Hi -
Period, comma and exclamation mark have some effect, but that effect depends on the voice, and can be inconsistent.
Best solution is to use SSML tags - in this case the 'break' tag.
Here's an example -
Break for 1000 milliseconds <Break time="1000ms"/> Okay, keep going.
See "advanced" section at the bottom of our demo page - for more examples about using SSML tags.