Skip to main content
Version: Next

Interface: TextToSpeechPhonemeInput

Defined in: types/tts.ts:100

Text to Speech module input for pre-computed phonemes. Use this when you have your own phonemizer (e.g. the Python phonemizer library, espeak-ng, or any custom G2P system) and want to bypass the built-in phonemizer pipeline.

Extended by

Properties

phonemes

phonemes: string

Defined in: types/tts.ts:101

pre-computed IPA phoneme string


speed?

optional speed: number

Defined in: types/tts.ts:102

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