What changed
Meta released Muse Voice Transcribe, its first model built specifically for real-time audio perception. Rather than treating transcription, speaker diarization and endpoint detection as separate post-processing stages, one autoregressive model performs all three while streaming audio. Meta says it processes audio in small chunks, learns adaptive per-word latency, was trained across more than 70 languages with 25 extensively verified at launch, supports code-switching, handles audio longer than an hour and can distinguish more than 20 speakers. The model is available through Meta Model API and is already used for dictation in Meta AI for Mac and Muse Code. Current independent reporting lists API pricing at $3 per 1,000 audio minutes, or about $0.18 per hour.
Why it matters
Real-time voice systems often combine a speech recognizer, voice-activity or endpoint detector, diarization service and additional logic to align them. Collapsing those functions into one streaming model can simplify architecture and reduce handoff latency, especially for meetings, call analysis and conversational agents. The price also makes high-volume transcription economics worth revisiting. Builders should still validate language, accent, overlapping-speaker and noisy-audio performance because launch benchmarks cannot guarantee production accuracy.
One model replaces several streaming stages
Muse Voice Transcribe performs automatic speech recognition, diarization and endpointing in one autoregressive stream. That removes some of the synchronization and post-processing glue normally required when separate services decide what was said, who said it and when a turn ended.
Latency is treated as a learned trade-off
Meta says audio is processed in 80-millisecond chunks and the model learns adaptive delay at the word level. Instead of enforcing one fixed latency for every token, the system can wait longer when additional context improves recognition and emit sooner when confidence is sufficient.
The launch targets multilingual and multi-speaker workloads
Meta says training covered more than 70 languages, with 25 extensively verified for launch. The model supports code-switching, contextual and keyword biasing, audio exceeding one hour and more than 20 speakers, which pushes it beyond simple dictation use cases.
The published unit cost is low enough to change architecture comparisons
Current independent reporting lists the API at $3 per 1,000 audio minutes, equivalent to roughly $0.18 per hour. That is useful for comparing hosted transcription stacks, but the cheapest service is not necessarily the cheapest completed workflow if downstream correction or speaker-label cleanup differs.