# 概览

基于 AI 的音频处理、语音合成和声音克隆，运行于 CLORE.AI GPU 上。

## 文本转语音

| 工具                                                                             | 描述                      | 质量 |
| ------------------------------------------------------------------------------ | ----------------------- | -- |
| [Bark TTS](/guides/guides_v2-zh/yin-pin-yu-yu-yin/bark-tts.md)                 | 富有表现力的多语言 TTS           | 优秀 |
| [XTTS](/guides/guides_v2-zh/yin-pin-yu-yu-yin/xtts-coqui.md)                   | 声音克隆 + TTS              | 很棒 |
| [F5-TTS](/guides/guides_v2-zh/yin-pin-yu-yu-yin/f5-tts.md)                     | 快速零样本 TTS               | 很棒 |
| [OpenVoice](/guides/guides_v2-zh/yin-pin-yu-yu-yin/openvoice-clone.md)         | 即时声音克隆                  | 良好 |
| [Chatterbox TTS](/guides/guides_v2-zh/yin-pin-yu-yu-yin/chatterbox-tts.md)     | 零样本声音克隆                 | 良好 |
| [ChatTTS](/guides/guides_v2-zh/yin-pin-yu-yu-yin/chattts.md)                   | 对话式文本转语音                | 良好 |
| [Dia TTS](/guides/guides_v2-zh/yin-pin-yu-yu-yin/dia-tts.md)                   | 多说话人对话生成                | 良好 |
| [Fish Speech](/guides/guides_v2-zh/yin-pin-yu-yu-yin/fish-speech.md)           | 高质量语音合成                 | 很棒 |
| [Kani-TTS-2](/guides/guides_v2-zh/yin-pin-yu-yu-yin/kani-tts.md)               | 高效声音克隆 TTS              | 良好 |
| [Kokoro TTS](/guides/guides_v2-zh/yin-pin-yu-yu-yin/kokoro-tts.md)             | 超快轻量级 TTS               | 良好 |
| [MeloTTS](/guides/guides_v2-zh/yin-pin-yu-yu-yin/melotts.md)                   | 多语言文本转语音                | 良好 |
| [MiniMax Speech 2.6](/guides/guides_v2-zh/yin-pin-yu-yu-yin/minimax-speech.md) | 商业级 TTS                 | 很棒 |
| [Qwen3-TTS](/guides/guides_v2-zh/yin-pin-yu-yu-yin/qwen3-tts.md)               | 多语言声音克隆                 | 良好 |
| [StyleTTS2](/guides/guides_v2-zh/yin-pin-yu-yu-yin/styletss2.md)               | 可控制风格的 TTS              | 很棒 |
| [Voxtral TTS](/guides/guides_v2-zh/yin-pin-yu-yu-yin/voxtral-tts.md)           | 开源权重 4B TTS，9 种语言，3 秒克隆 | 优秀 |
| [Zonos TTS](/guides/guides_v2-zh/yin-pin-yu-yu-yin/zonos-tts.md)               | 带情感控制的声音克隆              | 良好 |

## 声音克隆

| 工具                                                                     | 需要训练     | 质量 |
| ---------------------------------------------------------------------- | -------- | -- |
| [RVC](/guides/guides_v2-zh/yin-pin-yu-yu-yin/rvc-voice-clone.md)       | 是        | 优秀 |
| [OpenVoice](/guides/guides_v2-zh/yin-pin-yu-yu-yin/openvoice-clone.md) | 否        | 良好 |
| [XTTS](/guides/guides_v2-zh/yin-pin-yu-yu-yin/xtts-coqui.md)           | 否（6 秒样本） | 很棒 |

## 音频处理

| 工具                                                                         | 使用场景        |
| -------------------------------------------------------------------------- | ----------- |
| [Whisper](/guides/guides_v2-zh/yin-pin-yu-yu-yin/whisper-transcription.md) | 语音转文本转录     |
| [Demucs](/guides/guides_v2-zh/yin-pin-yu-yu-yin/demucs-separation.md)      | 人声分离        |
| [AudioCraft](/guides/guides_v2-zh/yin-pin-yu-yu-yin/audiocraft-music.md)   | 音乐生成        |
| [Stable Audio](/guides/guides_v2-zh/yin-pin-yu-yu-yin/stable-audio.md)     | AI 音乐和声音生成  |
| [WhisperX](/guides/guides_v2-zh/yin-pin-yu-yu-yin/whisperx.md)             | 带词级时间戳的快速转录 |

## 相关指南

* [Talking Heads](/guides/guides_v2-zh/hui-shuo-hua-de-tou-xiang/talking-heads.md) - 用音频驱动面部动画


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clore.ai/guides/guides_v2-zh/yin-pin-yu-yu-yin/audio-voice.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
