VibeVoice
Microsoft's open-source voice AI: transcribe 60-min audio or speak for 90-min
The Panel's Take
VibeVoice is Microsoft's open-source family of voice AI models, comprising three specialized systems: a 7B-parameter ASR model that transcribes up to 60 minutes of audio in a single pass with speaker diarization and hotword support, a 1.5B TTS model that can synthesize up to 90 minutes of multi-speaker speech, and a lightweight 0.5B streaming TTS engine with ~300ms latency. All three are MIT licensed, published to Hugging Face, and come with Google Colab notebooks for quick experimentation. Under the hood, VibeVoice uses continuous speech tokenizers operating at an ultra-low 7.5 Hz frame rate, combining an LLM backbone for semantic understanding with a diffusion head for fine-grained acoustic detail. This architecture is designed to handle long-form audio without the chunking artifacts that plague most open-source speech models. The release is particularly notable for the indie builder community because the MIT license has no commercial restrictions baked into the model weights — though Microsoft does warn against production use without further testing and flags deepfake risks explicitly. With 45,000+ GitHub stars in under 48 hours, it's clear the community has been waiting for a serious open-weight voice stack that covers the full pipeline.
Share this verdict
VibeVoice verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/vibevoice-microsoft-opensource-voice-ai-asr-tts-streaming-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare VibeVoice with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/vibevoice-microsoft-opensource-voice-ai-asr-tts-streaming-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/vibevoice-microsoft-opensource-voice-ai-asr-tts-streaming-2026" alt="VibeVoice Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/vibevoice-microsoft-opensource-voice-ai-asr-tts-streaming-2026)<iframe src="https://shiporskip.io/embed/vibevoice-microsoft-opensource-voice-ai-asr-tts-streaming-2026" title="VibeVoice ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“The full-pipeline coverage here is rare — ASR, TTS, and streaming in one repo with MIT weights. I'd have this running in a side project by tonight. The 300ms streaming latency is production-viable for most voice apps.”
“Microsoft says right in the README: don't use this in real-world applications without further testing. The deepfake risk is real and there's no responsible-use guidance beyond a disclaimer. Wait for the community to stress-test it first.”
“Open-weight voice models with long-form coherence are the missing piece for fully local AI assistants. VibeVoice bridges that gap and could enable an entirely offline, privacy-first voice agent stack within months.”
“90-minute multi-speaker TTS is a game-changer for audiobook production and podcast creation. Being able to run this locally without API costs means indie creators can finally afford pro-quality voice synthesis.”