disable_eos_detection

Specifies whether to disable automatic end-of-sentence detection, which inserts a pause between detected sentences.

When automatic end-of-sentence detection is disabled (true), sentence boundaries are not inserted unless they are explicitly noted in markup using the <ESC>\eos=1\ control sequence. See Controlling end-of-sentence detection.

The duration of the pause is set via the wait_factor parameter. The default is 400 milliseconds.

Value

Boolean: false (detect end-of-sentence automatically and insert a pause) or true (do not detect end-of-sentence)

Default

false (detect end-of-sentence automatically and insert a pause)

How to set

Shown in precedence order (see Configuration precedence):

Set in a Vocalizer configuration file (tts_config.xml).

API—Set as TTS_PARAM_DISABLE_EOS_DETECTION

Usage

Rarely changed.