# Meta’s Muse Voice Transcribe folds live transcription, diarization and endpointing into one model

Meta’s first real-time audio perception model combines streaming speech-to-text, speaker diarization and endpoint detection in one autoregressive system. It supports long audio, code-switching and more than 20 speakers, with current published API pricing of about $0.18 per audio hour.

Muse Voice Transcribe gives voice-app builders one streaming model for transcription, speaker separation and turn detection instead of stitching those stages together. Its low published price is notable, but Meta’s benchmark claims still need workload-specific validation.

- Status: Active
- Published: 2026-09-05T17:16:50+12:00
- Updated: 2026-09-05T17:16:50+12:00
- Categories: Artificial Intelligence, AI Models, Inference & APIs
- Tags: audio AI, Meta, Muse Voice Transcribe, speaker diarization, speech-to-text, streaming transcription
- Canonical HTML: https://beyondthe.news/dossiers/meta-muse-voice-transcribe-streaming-diarization-endpointing

## 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.

## Key details

- Muse Voice Transcribe combines streaming ASR, speaker diarization and endpointing in one autoregressive model.
- Meta says audio is processed in 80 ms chunks with adaptive per-word delay.
- Training spans more than 70 languages; Meta says 25 were extensively verified at launch.
- The model supports intra- and inter-sentence code-switching and contextual/keyword biasing.
- Meta says it handles audio longer than one hour and more than 20 speakers.
- It is available through Meta Model API and powers dictation in Meta AI for Mac and Muse Code.
- Current independent reporting lists $3 per 1,000 audio minutes, about $0.18 per hour.

## Builder takeaways

- Compare the whole voice pipeline, not only WER: integrated diarization and endpointing may eliminate separate services and glue code.
- Test the exact languages, accents, background noise and speaker overlap your application sees before migrating production audio.
- Measure end-to-end latency around conversational turns; adaptive word delay can be more useful than a single average streaming-latency number.
- Validate speaker labels on long meetings or calls rather than assuming 20+ speaker support means equal accuracy at that scale.
- Include correction and downstream cleanup costs when comparing the $0.18/hour headline with competing transcription APIs.

## What to watch

- Independent multilingual and noisy-audio evaluations.
- Pricing durability and whether diarization/endpointing remain included at the same rate.
- SDK and streaming-protocol details for production integrations.
- Performance on overlapping speech and very long sessions.
- Whether Meta exposes more control over latency versus final accuracy.

## Uncertainties

- Meta’s headline benchmark positioning is first-party and may not generalize to every language or acoustic environment.
- The 25 extensively verified languages are a subset of the broader 70+ language training set.
- Independent launch coverage supports the pricing and strong benchmark positioning, but long-term production evidence is still limited.

## Sources

- [Introducing Muse Voice Transcribe](https://research.meta.ai/blog/introducing-muse-voice-transcribe) — Meta AI Research · primary · 2026-09-01T00:00:00+12:00. Primary architecture, language, latency, long-audio and multi-speaker details.
- [Meta prices Muse Voice Transcribe at $0.18 an hour with real-time diarization for 20 speakers](https://venturebeat.com/technology/meta-prices-muse-voice-transcribe-at-0-18-an-hour-with-real-time-diarization-for-20-speakers-a-steal-for-enterprises) — VentureBeat · independent reporting · 2026-09-01T00:00:00+12:00. Current pricing and enterprise comparison context.
- [Meta launches Muse Voice Transcribe for real-time voice dictation on Mac](https://9to5mac.com/2026/09/01/meta-launches-muse-voice-transcribe-for-real-time-voice-dictation-on-mac/) — 9to5Mac · independent reporting · 2026-09-01T00:00:00+12:00. Current product availability and Mac integration context.

