Interface: TextToSpeechInput
Defined in: types/tts.ts:88
Text to Speech module input definition
Extended by
Properties
phonemize?
optionalphonemize:boolean
Defined in: types/tts.ts:91
if true (default), the input is treated as text and converted to phonemes. If false, the input should already be in IPA phonemes.
speed?
optionalspeed:number
Defined in: types/tts.ts:90
optional speed argument - the higher it is, the faster the speech becomes
text?
optionaltext:string
Defined in: types/tts.ts:89
a text to be spoken