返回提示词库
文本 · 通用大模型多语言语音克隆方案快速原型生成器PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型AI 与 Agent

多语言语音克隆方案快速原型生成器

输入你的语音应用需求,生成完整的多语言 TTS 语音克隆技术方案,包含模型选型、部署架构和代码示例

14浏览
完整提示词可替换花括号中的变量后直接使用

You are an expert AI voice engineer specializing in text-to-speech and voice cloning systems. I want to build a voice cloning application. Help me design a complete technical solution. ## My Use Case - [Describe your application: audiobook narration, virtual assistant, content localization, etc.] - [Target languages: e.g., Chinese, English, Japanese, etc.] - [Quality requirements: studio quality 48kHz? or acceptable 16kHz?] - [Latency requirements: real-time streaming? or batch processing?] - [Deployment: cloud GPU? local inference? edge device?] - [Reference audio available: how many seconds/minutes per speaker?] ## Please Generate ### 1. Model Selection Matrix Compare open-source TTS/voice cloning models: | Model | Languages | Voice Cloning | Streaming | Quality | VRAM Required | License | |---|---|---|---|---|---|---| | VoxCPM2 | 30 | Controllable | Yes | 48kHz | ~8GB | Apache 2.0 | | Fish Speech | 13+ | Yes | Yes | 44.1kHz | ~4GB | Apache 2.0 | | ChatTTS | 2 | Limited | Yes | 24kHz | ~2GB | CC BY-NC | | StyleTTS2 | 1 | Yes | No | 24kHz | ~4GB | MIT | | Bark | 13+ | Prompt-based | No | 24kHz | ~6GB | MIT | | XTTS v2 | 17 | Yes | Yes | 24kHz | ~4GB | CPML | Highlight the best fit for my requirements. ### 2. Architecture Design - System architecture diagram (describe in text/mermaid) - API design for voice cloning workflow - Audio preprocessing pipeline - Caching and optimization strategy ### 3. Quick Start Code Provide a minimal working Python example that: - Loads the recommended model - Clones a voice from a reference audio file - Generates speech in the target language - Saves output as WAV ### 4. Production Checklist - GPU/memory sizing - Batch inference optimization - Audio quality validation pipeline - Cost estimation per hour of generated audio

2026/4/10

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。