Papers › Moonshine v2: Ergodic Streaming Encoder ASR for Latency-Critical Speech Applications

Moonshine v2: Ergodic Streaming Encoder ASR for Latency-Critical Speech Applications

12 Feb 2026arXiv:2602.12241added by Syntology

Manjunath Kudlur, Evan King, James Wang, Pete Warden

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Latency-critical speech applications (e.g., live transcription, voice commands, and real-time translation) demand low time-to-first-token (TTFT) and high transcription accuracy, particularly on resource-constrained edge devices. Full-attention Transformer encoders remain a strong accuracy baseline for automatic speech recognition (ASR) because every frame can directly attend to every other frame, which resolves otherwise locally ambiguous acoustics using distant lexical context. However, this global dependency incurs quadratic complexity in sequence length, inducing an inherent "encode-the-whole-utterance" latency profile. For streaming use cases, this causes TTFT to grow linearly with utterance length as the encoder must process the entire prefix before any decoder token can be emitted. To better meet the needs of on-device, streaming ASR use cases we introduce Moonshine v2, an ergodic streaming-encoder ASR model that employs sliding-window self-attention to achieve bounded, low-latency inference while preserving strong local context. Our models achieve state of the art word error rates across standard benchmarks, attaining accuracy on-par with models 6x their size while running significantly faster. These results demonstrate that carefully designed local attention is competitive with the accuracy of full attention at a fraction of the size and latency cost, opening new possibilities for interactive speech interfaces on edge devices.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.12241")

Code

Syntology Ran 0 of 15 code samples harvested from 2 repositories linked to this paper; 15 have no recorded run.

By repository: found in paper text by Syntology: 15 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

moonshine-ai/moonshine found in paper text by Syntology report
SYSTRAN/faster-whisper found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

15unverified

Licence: 8 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

collect_chunks SYSTRAN/faster-whisper/faster_whisper/vad.py found in paper text by Syntology unverified MIT (permissive) · 7f192506a5620211 · report
crc32c_file moonshine-ai/moonshine/language-bindings/python/src/moonshine_voice/download_file.py found in paper text by Syntology unverified licence not identified · pointer only · fab9f7d50af01a81 · report
download_model SYSTRAN/faster-whisper/faster_whisper/utils.py found in paper text by Syntology unverified MIT (permissive) · bd84f59797ba624b · report
format_timestamp SYSTRAN/faster-whisper/faster_whisper/utils.py found in paper text by Syntology unverified MIT (permissive) · 27a52b01d1242740 · report
get_cache_dir moonshine-ai/moonshine/language-bindings/python/src/moonshine_voice/download_file.py found in paper text by Syntology unverified licence not identified · pointer only · d216fc2ce888c4e8 · report
get_compression_ratio SYSTRAN/faster-whisper/faster_whisper/transcribe.py found in paper text by Syntology unverified MIT (permissive) · df860301447ca3dd · report
get_end SYSTRAN/faster-whisper/faster_whisper/utils.py found in paper text by Syntology unverified MIT (permissive) · a11a18b0223db329 · report
get_logger SYSTRAN/faster-whisper/benchmark/utils.py found in paper text by Syntology unverified MIT (permissive) · ce80eafaf33fae23 · report
hash_file moonshine-ai/moonshine/language-bindings/python/src/moonshine_voice/download_file.py found in paper text by Syntology unverified licence not identified · pointer only · 4dd63075dea3762c · report
model_arch_to_string moonshine-ai/moonshine/language-bindings/python/src/moonshine_voice/moonshine_api.py found in paper text by Syntology unverified licence not identified · pointer only · c0b8d2436a8e0deb · report
moonshine_options_array moonshine-ai/moonshine/language-bindings/python/src/moonshine_voice/moonshine_api.py found in paper text by Syntology unverified licence not identified · pointer only · 9a27c4a8b45fda56 · report
pad_or_trim SYSTRAN/faster-whisper/faster_whisper/audio.py found in paper text by Syntology unverified MIT (permissive) · 4db3da4d6c68fdfd · report
spoken_form moonshine-ai/moonshine/language-bindings/python/src/moonshine_voice/alphanumeric_listener.py found in paper text by Syntology unverified licence not identified · pointer only · c1f6d9a28c7f13f2 · report
string_to_model_arch moonshine-ai/moonshine/language-bindings/python/src/moonshine_voice/moonshine_api.py found in paper text by Syntology unverified licence not identified · pointer only · efd406f04b8eba8f · report
write_cached_embeddings_tsv moonshine-ai/moonshine/language-bindings/python/src/moonshine_voice/cached_embeddings.py found in paper text by Syntology unverified licence not identified · pointer only · 0d4210a3940c2807 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.12241, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections