cerevox
Version:
TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments
18 lines • 830 B
TypeScript
export declare const doubaoVoicesFull: ({
voiceName: string;
voiceID: string;
languages: string[];
emotions: string[];
scenes: string[];
useCases: string[];
} | {
voiceName: string;
voiceID: string;
languages: string[];
scenes: string[];
useCases: string[];
emotions?: undefined;
})[];
export type Scenes = 'asmr' | 'audiobook' | 'customer_service' | 'dialect_fun' | 'dialogue' | 'kids_content' | 'news_explainer' | 'podcast_voiceover' | 'product_ad' | 'promo_trailer' | 'roleplay_drama' | 'story_narration' | 'storytelling' | 'tutorial';
export type Emotions = 'ASMR' | 'affectionate' | 'angry' | 'authoritative' | 'chat' | 'coldness' | 'depressed' | 'excited' | 'fear' | 'happy' | 'hate' | 'neutral' | 'sad' | 'surprised' | 'warm';
//# sourceMappingURL=doubao_voices_full.d.ts.map