AIAny
AI Audio2025
Icon for item

VibeVoice

Synthesizes up to 90 minutes of multi-speaker speech in one pass, with as many as four voices in a single conversation. Pairs continuous acoustic and semantic tokenizers at a 7.5 Hz frame rate with a next-token diffusion head on an LLM backbone.

Introduction

Most speech models choke long before a podcast finishes: minute-long clips are routine, but coherent half-hour dialogue with stable, distinct voices has stayed out of reach. The bottleneck is sequence length — frame-level audio tokens pile up fast. VibeVoice attacks that head-on by running continuous acoustic and semantic tokenizers at just 7.5 Hz, an unusually low frame rate that keeps the token budget small enough to model very long audio at all.

What Sets It Apart
  • A next-token diffusion design splits the work: an LLM backbone (Qwen2.5-class) tracks textual context and dialogue flow, while a diffusion head fills in high-fidelity acoustic detail. The LLM never has to predict raw waveforms.
  • The 7.5 Hz continuous tokenizer is the load-bearing trick — fewer tokens per second means a single forward pass can stretch to roughly 90 minutes of audio without the sequence blowing up.
  • It treats conversation as a first-class target: up to four distinct speakers turn-taking in one generation, plus cross-lingual output across English and Chinese and even spontaneous singing, rather than one-voice read-aloud.
Who It's For

Great fit if you are researching long-form, multi-speaker synthesis — podcast-style dialogue, audiobooks, or speaker-consistency studies — and want an open architecture you can dissect. Look elsewhere if you need a drop-in production TTS: the authors scope it to research and development only, flag deepfake and disinformation risk, and the original TTS checkpoints were pulled from the repo, so availability of specific weights shifts over time.

Information

  • Websitegithub.com
  • OrganizationsMicrosoft Research
  • AuthorsMicrosoft
  • Published date2025/08/26

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.