0
Fertiggestellt

make dots, like " . . . . ." take up time but don't pronounce them.

email vor 8 Jahren aktualisiert von Gil vor 8 Jahren 2

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.

Antwort

Antwort
Wird überprüft

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.

Antwort
Wird überprüft

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.

Fertiggestellt