Modelspublished

Meta Introduces Muse Voice Transcribe for Live Speaker Labels in 25 Validated Languages

The model puts transcription, speaker identification and speech-end detection into one streaming process, but Meta has not described how people or developers will access it.

By 3 min read
Meta Introduces Muse Voice Transcribe for Live Speaker Labels in 25 Validated Languages
Meta Introduces Muse Voice Transcribe for Live Speaker Labels in 25 Validated Languages

Listen to this story

The audio brief

About 1:34
0:001:34
Read transcript
Meta has introduced Muse Voice Transcribe, a real-time audio model designed to do three jobs at once: turn live speech into text, identify who is speaking, and detect when an utterance has ended. That matters because a transcript alone is not enough for a conversational voice system. It also needs speaker attribution and a reliable signal that a turn is finished. The model processes audio in 80-millisecond chunks. For each chunk, it decides whether to wait for more context or emit text. Waiting can improve accuracy, but adds delay, so Meta uses reinforcement learning to tune that tradeoff separately for each word. The model also supports language switching, along with biasing toward specified languages, keywords, and context. Meta reports a 3.1 percent word error rate on final streaming transcription. Across three public benchmarks, it reports a 17.5 percent average diarization error rate, and says the system handles conversations with more than 20 speakers. Meta also says it ranked first on Artificial Analysis’s streaming speech-to-text benchmark as of September first. The model was trained on more than 70 languages, with 25 extensively validated for the initial release. But the practical question is still unanswered: Meta has not said how developers or consumers will access Muse, what it will cost, or where it will run. Those missing details will determine whether these results become a usable voice product or remain a research demonstration.

Story brief

3 key points

Meta’s new Muse Voice Transcribe combines streaming speech recognition with speaker diarization and endpoint detection, aiming to give live voice systems not just words but attribution and turn boundaries. Meta reports a 3.1% word error rate on final streaming transcription and a 17.5% average diarization error rate across three public benchmarks, with support for 25 validated languages and conversations involving...

  1. 01

    The autoregressive Muse Spark model processes audio in 80-millisecond chunks and decides whether to wait or emit text.

  2. 02

    Reinforcement learning tunes adaptive delay per word, balancing transcription accuracy against latency.

  3. 03

    Muse supports code-switching plus language, keyword, and context biasing for specified terms.

Meta Superintelligence Labs introduced Muse Voice Transcribe, its first real-time audio perception model. It transcribes live audio, separates speakers and detects when speech ends, while supporting 25 extensively validated languages and switching between languages within a conversation.

The combined output targets a limitation of a transcript alone: live conversational systems also need to know who is speaking and whether an utterance has ended. Meta says the model performs streaming automatic speech recognition, diarization and endpointing in real time, with diarization for more than 20 speakers.

A model that chooses when to wait

Muse Voice Transcribe is an autoregressive multimodal model in the Muse Spark family. It processes incoming audio in 80-millisecond chunks, turns each chunk into a soft token, then either requests another chunk or emits text.

That decision determines transcription delay. Waiting for more context can improve accuracy but postpones final text. Meta says its adaptive-delay method changes the wait for each word, using reinforcement learning that combines rewards for word error rate and delay.

Meta’s reported benchmark results
3.1%Final streaming transcription

Meta’s published chart places Muse Voice Transcribe at 3.1% word error rate for final streaming transcription.

17.5%Average diarization

Meta’s chart shows a 17.5% average diarization error rate across AMI-IHM, AMI-SDM and VoxConverse. Meta says it ranks first on Artificial Analysis’s streaming speech-to-text benchmark and public diarization benchmarks as of September 1.

Turns and endpoints travel with the transcript

Meta adds special tokens to mark a possible speaker change, a speaker identity, speech onset and a speech endpoint. It trains the diarization and endpointing tasks jointly with streaming transcription, making those signals part of the model’s output sequence.

Meta demonstrated the system with eight people speaking in one room. The example shows the intended combined output: a transcript paired with speaker identity and a signal for whether more speech is coming.

Training breadth, validated coverage

The model was trained on more than 70 languages, while Meta recommends 25 extensively verified languages for the initial release. It supports code-switching within or between sentences, plus language, keyword and context biasing to improve recognition of specified terms and contexts.

Meta’s introduction does not specify developer or consumer access, pricing, or deployment surfaces. Those details will determine whether the model’s architecture and benchmark results become available in a voice product.

Editorial analysis

Our Read

Meta is treating audio perception as a model capability, not merely a dictation feature. The key design choice is combining text, speaker labels and turn boundaries in the same stream: a conversational system needs all three signals before it can react cleanly. Meta’s eight-speaker demonstration is the most concrete behavior to watch, while the company’s 3.1% transcription and 17.5% diarization figures remain company-reported benchmarks. The next meaningful test is whether Meta specifies access and deployment surfaces that turn this architecture into a usable product.

Sources

  1. research.meta.aiIntroducing Muse Voice Transcribe