@aituber-onair/voice
Version:
Voice synthesis library for AITuber OnAir
11 lines (10 loc) • 837 B
TypeScript
export declare const VOICE_VOX_API_URL = "http://localhost:50021";
export declare const VOICEPEAK_API_URL = "http://localhost:20202";
export declare const AIVIS_SPEECH_API_URL = "http://localhost:10101";
export declare const NIJI_VOICE_API_URL = "https://api.nijivoice.com/api/platform/v1";
export declare const OPENAI_TTS_API_URL = "https://api.openai.com/v1/audio/speech";
export declare const MINIMAX_GLOBAL_API_URL = "https://api.minimax.io/v1/t2a_v2";
export declare const MINIMAX_CHINA_API_URL = "https://api.minimaxi.com/v1/t2a_v2";
export declare const MINIMAX_GLOBAL_VOICE_LIST_URL = "https://api.minimax.io/v1/query/tts_speakers";
export declare const MINIMAX_CHINA_VOICE_LIST_URL = "https://api.minimaxi.com/v1/query/tts_speakers";
export declare const AIVIS_CLOUD_API_URL = "https://api.aivis-project.com/v1/tts/synthesize";