UNPKG

react-native-executorch

Version:

An easy way to run AI models in React Native with ExecuTorch

34 lines 876 B
import { VoiceConfig } from '../../types/tts'; /** * @category TTS Supported Voices */ export declare const KOKORO_VOICE_AF_HEART: VoiceConfig; /** * @category TTS Supported Voices */ export declare const KOKORO_VOICE_AF_RIVER: VoiceConfig; /** * @category TTS Supported Voices */ export declare const KOKORO_VOICE_AF_SARAH: VoiceConfig; /** * @category TTS Supported Voices */ export declare const KOKORO_VOICE_AM_ADAM: VoiceConfig; /** * @category TTS Supported Voices */ export declare const KOKORO_VOICE_AM_MICHAEL: VoiceConfig; /** * @category TTS Supported Voices */ export declare const KOKORO_VOICE_AM_SANTA: VoiceConfig; /** * @category TTS Supported Voices */ export declare const KOKORO_VOICE_BF_EMMA: VoiceConfig; /** * @category TTS Supported Voices */ export declare const KOKORO_VOICE_BM_DANIEL: VoiceConfig; //# sourceMappingURL=voices.d.ts.map