How to make a pause inside translated text segment?

Important: this feature is available only for the languages with voice cloning

There are a few ways to introduce a pause or break and influence the rhythm and cadence of the speaker.

One trick that seems to provide the most consistence output is a simple dash - or the em-dash .

You can even add multiple dashes such as -- -- for a longer pause.

Ellipsis ... can sometimes also work to add a pause between words but usually also adds some “hesitation” or “nervousness” to the voice that might not always fit.

Programming

The most consistent way is programmatically using the syntax <break time="1.5s" />. This will create an exact and natural pause in the speech. It is not just added silence between words, but the AI has an actual understanding of this syntax and will add a natural pause.
But it is only available for translations to English language.

However, since this is more than just inserted silence, how the AI handles these pauses can vary. As usual, the voice used plays a pivotal role in the output. Some voices, those trained with a few “uh”s and “ah”s in them, have shown to sometimes insert those vocal mannerisms during the pauses, like a real speaker might.

An example could look like this:

"Give me one second to think about it." <break time="1.0s" /> "Yes, that would work."