Clones a voice from a short audio sample and generates natural-sounding speech in 14 different languages without requiring fine-tuning.
Confucius4-TTS is an open-source, LLM-based text-to-speech engine developed by NetEase Youdao. It is designed for multilingual and cross-lingual speech synthesis, solving the problem of generating high-quality, natural-sounding speech in one language using a voice sample from another. The system preserves the speaker's vocal identity across 14 supported languages without requiring additional training for new voices.
Confucius4-TTS operates as a self-hosted Python library, accessible via a command-line interface or its API. A user provides a text string, a target language, and a reference audio file (.wav) of the desired voice. The LLM-based system then generates a new audio file containing the text spoken in the cloned voice. The project is open-source, requiring a local setup with Python and PyTorch.
This tool is best for developers and researchers who need a programmatic way to perform zero-shot, cross-lingual voice cloning for applications like automated content dubbing or creating multilingual voice assistants.
Setup is involved, requiring specific Python and CUDA versions and the manual download of several pretrained models from external repositories, making it unsuitable for non-technical users.