> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-fr/audio-et-voix/audio-voice.md).

# Aperçu

Traitement audio alimenté par l’IA, synthèse vocale et clonage de voix sur les GPU CLORE.AI.

## Synthèse vocale

| Outil                                                                      | Description                                   | Qualité   |
| -------------------------------------------------------------------------- | --------------------------------------------- | --------- |
| [Bark TTS](/guides/guides_v2-fr/audio-et-voix/bark-tts.md)                 | TTS multilingue expressif                     | Excellent |
| [XTTS](/guides/guides_v2-fr/audio-et-voix/xtts-coqui.md)                   | Clonage de voix + TTS                         | Très bon  |
| [F5-TTS](/guides/guides_v2-fr/audio-et-voix/f5-tts.md)                     | TTS zero-shot rapide                          | Très bon  |
| [OpenVoice](/guides/guides_v2-fr/audio-et-voix/openvoice-clone.md)         | Clonage vocal instantané                      | Bon       |
| [Chatterbox TTS](/guides/guides_v2-fr/audio-et-voix/chatterbox-tts.md)     | Clonage vocal zero-shot                       | Bon       |
| [ChatTTS](/guides/guides_v2-fr/audio-et-voix/chattts.md)                   | Synthèse vocale conversationnelle             | Bon       |
| [Dia TTS](/guides/guides_v2-fr/audio-et-voix/dia-tts.md)                   | Génération de dialogues à plusieurs locuteurs | Bon       |
| [Fish Speech](/guides/guides_v2-fr/audio-et-voix/fish-speech.md)           | Synthèse vocale de haute qualité              | Très bon  |
| [Kani-TTS-2](/guides/guides_v2-fr/audio-et-voix/kani-tts.md)               | TTS de clonage vocal efficace                 | Bon       |
| [Kokoro TTS](/guides/guides_v2-fr/audio-et-voix/kokoro-tts.md)             | TTS ultra-rapide et léger                     | Bon       |
| [MeloTTS](/guides/guides_v2-fr/audio-et-voix/melotts.md)                   | Synthèse vocale multilingue                   | Bon       |
| [MiniMax Speech 2.6](/guides/guides_v2-fr/audio-et-voix/minimax-speech.md) | TTS de qualité professionnelle                | Très bon  |
| [Qwen3-TTS](/guides/guides_v2-fr/audio-et-voix/qwen3-tts.md)               | Clonage vocal multilingue                     | Bon       |
| [StyleTTS2](/guides/guides_v2-fr/audio-et-voix/styletss2.md)               | TTS contrôlable par le style                  | Très bon  |
| [Voxtral TTS](/guides/guides_v2-fr/audio-et-voix/voxtral-tts.md)           | TTS 4B open-weight, 9 langues, clonage en 3 s | Excellent |
| [Zonos TTS](/guides/guides_v2-fr/audio-et-voix/zonos-tts.md)               | Clonage vocal avec contrôle des émotions      | Bon       |

## Clonage vocal

| Outil                                                              | Entraînement requis      | Qualité   |
| ------------------------------------------------------------------ | ------------------------ | --------- |
| [RVC](/guides/guides_v2-fr/audio-et-voix/rvc-voice-clone.md)       | Oui                      | Excellent |
| [OpenVoice](/guides/guides_v2-fr/audio-et-voix/openvoice-clone.md) | Non                      | Bon       |
| [XTTS](/guides/guides_v2-fr/audio-et-voix/xtts-coqui.md)           | Non (échantillon de 6 s) | Très bon  |

## Traitement audio

| Outil                                                                  | Cas d’usage                                             |
| ---------------------------------------------------------------------- | ------------------------------------------------------- |
| [Whisper](/guides/guides_v2-fr/audio-et-voix/whisper-transcription.md) | Transcription vocale en texte                           |
| [Demucs](/guides/guides_v2-fr/audio-et-voix/demucs-separation.md)      | Séparation des voix                                     |
| [AudioCraft](/guides/guides_v2-fr/audio-et-voix/audiocraft-music.md)   | Génération de musique                                   |
| [Stable Audio](/guides/guides_v2-fr/audio-et-voix/stable-audio.md)     | Génération de musique et de sons par IA                 |
| [WhisperX](/guides/guides_v2-fr/audio-et-voix/whisperx.md)             | Transcription rapide avec horodatage au niveau des mots |

## Guides associés

* [Talking Heads](/guides/guides_v2-fr/tetes-parlantes/talking-heads.md) - Animer des visages avec de l’audio


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-fr/audio-et-voix/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.
