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

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.

Hugging Face
AI Audio2026

Generates streaming, low‑latency neural speech for real‑time dialogue by autoregressively producing audio frames as text arrives; joint text–speech training preserves natural prosody. Optimized for vLLM streaming (~50 ms first chunk), supports short‑clip voice cloning and four languages.

Hugging Face
AI Audio2026

Transcribes Arabic speech to text using a CohereLabs-trained ASR model compatible with the Hugging Face Transformers pipeline. Provides safetensors weights, endpoint compatibility and a DOI-tagged release; suitable for Arabic transcription workflows but may require adaptation for diverse dialects or noisy audio.