AIAny
AI Audio2024
Icon for item

CosyVoice

Open-source TTS that clones a voice from 3-10s of audio and synthesizes cross-lingual speech in 9 languages and 18+ Chinese dialects. Supports streaming at ~150ms latency with instruction control over emotion, speed, and accent.

Introduction

Most voice-cloning systems force a trade-off: natural prosody or low enough latency for real-time use. CosyVoice narrows that gap by framing speech as an LLM problem — it tokenizes audio and predicts it the way a language model predicts text. That design is why a 3-10 second reference clip is enough to carry a speaker's timbre, rhythm, and even emotion into a language they never recorded.

What Sets It Apart
  • Cross-lingual cloning that actually transfers: a Chinese reference can speak fluent English or Japanese while keeping the original voice identity — useful for dubbing and localization without re-recording talent.
  • Instruction control in plain language: emotion, speed, accent, and dialect are steered with text prompts instead of separate models, so one checkpoint covers 9 languages and 18+ Chinese dialects.
  • Streaming both ways: text-in and audio-out streaming with ~150ms first-packet latency makes it viable for live agents and call systems, not just offline batch synthesis.
  • Measured quality, not claims: the 2.0/3.0 line reports character error rate around 0.8% (Chinese) and word error rate near 1.7% (English), with speaker similarity above 75% on its test sets.
Who It's For

Great fit if you are building multilingual TTS, voice agents, or dubbing pipelines and want full-stack control — inference, fine-tuning, and deployment all live in the repo under Apache-2.0. Look elsewhere if you need a turnkey hosted API with SLAs, ultra-low-resource edge inference, or guaranteed rights clearance for cloning real people's voices: the consent and legal burden sits with you.

Where It Fits

Against closed APIs like ElevenLabs, the pitch is control and cost — weights run on your own GPUs, and the same model family powers Alibaba's own products. Against other open TTS, the differentiator is mature streaming plus genuinely broad dialect coverage rather than English-first quality.

Information

  • Websitegithub.com
  • OrganizationsAlibaba Tongyi Lab
  • AuthorsFunAudioLLM
  • Published date2024/07/03

Categories

More Items

Hugging Face
AI Audio2026

Generates low-latency, instruction-driven English and Chinese speech for voice cloning, voice design, and directed performances; supports real-time streaming, reference-free voice creation, and reference-guided cloning. Open-weight PyTorch model released under a research/non-commercial license with GPU recommendations.

Hugging Face
AI Audio2026

Zero-shot multilingual text-to-speech checkpoint for speech generation and voice cloning with a compact footprint. Features an ~170M-parameter main model plus a bundled ~120M-parameter codec decoder, with primary support for Chinese and English; other languages show more variable quality and long/noisy references reduce fidelity.

GitHub
AI Audio2026

Local-first voice workflows for cloning, multi-engine TTS/ASR, video dubbing, dictation, transcription and audiobook production across 646 languages. Desktop app with a local OpenAI-compatible API, engine catalogue (TTS/ASR/LLM), and explicit opt-ins for remote features to keep audio and projects on-device.