Interface: TextToSpeechModelConfig
Defined in: types/tts.ts:74
Configuration for a specific model and voice in a Text-to-Speech module.
Properties
model
model:
TextToSpeechModelSources
Defined in: types/tts.ts:75
The model sources and identifiers.
phonemizerConfig
phonemizerConfig:
TextToSpeechPhonemizerConfig
Defined in: types/tts.ts:77
The phonemizer configuration to be used with this voice.
voiceSource
voiceSource:
ResourceSource
Defined in: types/tts.ts:76
The resource containing the voice-specific tensor stored in a binary format.