frequency

Vocalizer voice frequency (sampling rate) as an enumerated type.

Value

  • TTS_FREQ_8KHZ: 8000 Hertz voices
  • TTS_FREQ_22KHZ: 22050 Hertz voices

Default

(not applicable)

How to set

Shown in precedence order (see Configuration precedence):

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

API—Set as TTS_PARAM_FREQUENCY in TtsSetParamsEx.

Usage

The Hertz value shown above (8000 or 22050) may be used for TtsSetParamsEx, but the enumerated type form is always returned by get parameter calls.