voice_age

Specifies the Voice model name, which indicates the type of TTS technology used for synthesis.

Value

  • Adult: 18 years or older.
  • Child: Under 18 years.

DEFAULT: Adult

How to set

Shown in precedence order (see Configuration precedence):

Set in the session xml file for the application. Configure the <speechsynth> element located under <sessionparameters>, <speechserver>.

API—Set as TTS_PARAM_LID_LANGUAGES in TtsSetParamsEx.

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

Usage

Seldom used.

TtsSetParamsEx calls may use an age in years, but any integer is converted to the string names shown above. TtsGetParamEx calls for the native API voice_age parameter always return a string.