Skip to main content
Version: 0.9.x

Interface: TextToSpeechInput

Defined in: types/tts.ts:88

Text to Speech module input definition

Extended by​

Properties​

phonemize?​

optional phonemize: 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?​

optional speed: number

Defined in: types/tts.ts:90

optional speed argument - the higher it is, the faster the speech becomes


text?​

optional text: string

Defined in: types/tts.ts:89

a text to be spoken