Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.46 KB

File metadata and controls

47 lines (24 loc) · 1.46 KB

Interface: TextToSpeechProps

Defined in: types/tts.ts:76

Props for the useTextToSpeech hook.

Extends

Properties

model

model: KokoroConfig

Defined in: types/tts.ts:66

a selected T2S model

Inherited from

TextToSpeechConfig.model


preventLoad?

optional preventLoad: boolean

Defined in: types/tts.ts:77

Boolean that can prevent automatic model loading (and downloading the data if you load it for the first time) after running the hook.


voice

voice: VoiceConfig

Defined in: types/tts.ts:67

a selected speaker's voice

Inherited from

TextToSpeechConfig.voice