> 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-ru/audio-i-golos/audio-voice.md).

# Обзор

Обработка аудио, синтез речи и клонирование голоса на базе ИИ на GPU CLORE.AI.

## Преобразование текста в речь

| Инструмент                                                                 | Описание                                          | Качество |
| -------------------------------------------------------------------------- | ------------------------------------------------- | -------- |
| [Bark TTS](/guides/guides_v2-ru/audio-i-golos/bark-tts.md)                 | Выразительный многоязычный TTS                    | Отличное |
| [XTTS](/guides/guides_v2-ru/audio-i-golos/xtts-coqui.md)                   | Клонирование голоса + TTS                         | Отличное |
| [F5-TTS](/guides/guides_v2-ru/audio-i-golos/f5-tts.md)                     | Быстрый TTS с нулевым обучением                   | Отличное |
| [OpenVoice](/guides/guides_v2-ru/audio-i-golos/openvoice-clone.md)         | Мгновенное клонирование голоса                    | Хорошее  |
| [Chatterbox TTS](/guides/guides_v2-ru/audio-i-golos/chatterbox-tts.md)     | Клонирование голоса с нулевым обучением           | Хорошее  |
| [ChatTTS](/guides/guides_v2-ru/audio-i-golos/chattts.md)                   | Разговорный синтез речи                           | Хорошее  |
| [Dia TTS](/guides/guides_v2-ru/audio-i-golos/dia-tts.md)                   | Генерация диалога с несколькими говорящими        | Хорошее  |
| [Fish Speech](/guides/guides_v2-ru/audio-i-golos/fish-speech.md)           | Высококачественный синтез голоса                  | Отличное |
| [Kani-TTS-2](/guides/guides_v2-ru/audio-i-golos/kani-tts.md)               | Эффективный TTS с клонированием голоса            | Хорошее  |
| [Kokoro TTS](/guides/guides_v2-ru/audio-i-golos/kokoro-tts.md)             | Сверхбыстрый легковесный TTS                      | Хорошее  |
| [MeloTTS](/guides/guides_v2-ru/audio-i-golos/melotts.md)                   | Многоязычное преобразование текста в речь         | Хорошее  |
| [MiniMax Speech 2.6](/guides/guides_v2-ru/audio-i-golos/minimax-speech.md) | TTS коммерческого уровня                          | Отличное |
| [Qwen3-TTS](/guides/guides_v2-ru/audio-i-golos/qwen3-tts.md)               | Многоязычное клонирование голоса                  | Хорошее  |
| [StyleTTS2](/guides/guides_v2-ru/audio-i-golos/styletss2.md)               | TTS с управлением стилем                          | Отличное |
| [Voxtral TTS](/guides/guides_v2-ru/audio-i-golos/voxtral-tts.md)           | Open-weight TTS 4B, 9 языков, клонирование за 3 с | Отличное |
| [Zonos TTS](/guides/guides_v2-ru/audio-i-golos/zonos-tts.md)               | Клонирование голоса с управлением эмоциями        | Хорошее  |

## Клонирование голоса

| Инструмент                                                         | Требуется обучение  | Качество |
| ------------------------------------------------------------------ | ------------------- | -------- |
| [RVC](/guides/guides_v2-ru/audio-i-golos/rvc-voice-clone.md)       | Да                  | Отличное |
| [OpenVoice](/guides/guides_v2-ru/audio-i-golos/openvoice-clone.md) | Нет                 | Хорошее  |
| [XTTS](/guides/guides_v2-ru/audio-i-golos/xtts-coqui.md)           | Нет (образец 6 сек) | Отличное |

## Обработка аудио

| Инструмент                                                             | Сценарий использования                                  |
| ---------------------------------------------------------------------- | ------------------------------------------------------- |
| [Whisper](/guides/guides_v2-ru/audio-i-golos/whisper-transcription.md) | Расшифровка речи в текст                                |
| [Demucs](/guides/guides_v2-ru/audio-i-golos/demucs-separation.md)      | Разделение вокала                                       |
| [AudioCraft](/guides/guides_v2-ru/audio-i-golos/audiocraft-music.md)   | Генерация музыки                                        |
| [Stable Audio](/guides/guides_v2-ru/audio-i-golos/stable-audio.md)     | Генерация музыки и звуков с помощью ИИ                  |
| [WhisperX](/guides/guides_v2-ru/audio-i-golos/whisperx.md)             | Быстрая расшифровка с временными метками на уровне слов |

## Связанные руководства

* [Talking Heads](/guides/guides_v2-ru/govoryashie-golovy/talking-heads.md) - Анимация лиц с помощью аудио


---

# 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-ru/audio-i-golos/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.
