Papers › MobileSpeech: A Fast and High-Fidelity Framework for Mobile Zero-Shot Text-to-Speech

MobileSpeech: A Fast and High-Fidelity Framework for Mobile Zero-Shot Text-to-Speech

14 Feb 2024arXiv:2402.09378archive 2025-07-28

Shengpeng Ji, Ziyue Jiang, Hanting Wang, Jialong Zuo, Zhou Zhao

Zero-shot text-to-speech (TTS) has gained significant attention due to its powerful voice cloning capabilities, requiring only a few seconds of unseen speaker voice prompts. However, all previous work has been developed for cloud-based systems. Taking autoregressive models as an example, although these approaches achieve high-fidelity voice cloning, they fall short in terms of inference speed, model size, and robustness. Therefore, we propose MobileSpeech, which is a fast, lightweight, and robust zero-shot text-to-speech system based on mobile devices for the first time. Specifically: 1) leveraging discrete codec, we design a parallel speech mask decoder module called SMD, which incorporates hierarchical information from the speech codec and weight mechanisms across different codec layers during the generation process. Moreover, to bridge the gap between text and speech, we introduce a high-level probabilistic mask that simulates the progression of information flow from less to more during speech generation. 2) For speaker prompts, we extract fine-grained prompt duration from the prompt speech and incorporate text, prompt speech by cross attention in SMD. We demonstrate the effectiveness of MobileSpeech on multilingual datasets at different levels, achieving state-of-the-art results in terms of generating speed and speech quality. MobileSpeech achieves RTF of 0.09 on a single A100 GPU and we have successfully deployed MobileSpeech on mobile devices. Audio samples are available at \url{https://mobilespeech.github.io/} .

PaperPDFCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2402.09378")

Code

Syntology Ran 10 of 12 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 7 ran with no contract checked.

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

enhuiz/vall-e found in paper text by Syntology report
Edresson/YourTTS found in paper text by SyntologyNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

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

2ran · our draft was wrong
1ran · fixture could not drive it
7ran
2unverified

Licence: 0 of the 12 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 enhuiz/vall-e. “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.

AdaLN enhuiz/vall-e/vall_e/vall_e/ar.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · ec7cdfe06cf76a22 · report
Attention enhuiz/vall-e/vall_e/vall_e/ar.py found in paper text by Syntology ran MIT (permissive) · 8fe53745e4d5d22f · report
Block enhuiz/vall-e/vall_e/vall_e/ar.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 4d47845809fd8661 · report
Embedding enhuiz/vall-e/vall_e/vall_e/ar.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · ccb069c6188deb3c · report
MultiEmbedding enhuiz/vall-e/vall_e/vall_e/ar.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · b1cc06b94bee5ada · report
PrenormResidual enhuiz/vall-e/vall_e/vall_e/ar.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · b8b6021719fa7eed · report
SinusodialEmbedding enhuiz/vall-e/vall_e/vall_e/ar.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 91e12b0e6dfa4060 · report
_create_mask enhuiz/vall-e/vall_e/vall_e/ar.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · d59002e01a0b0518 · report
_join enhuiz/vall-e/vall_e/vall_e/ar.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · f47e5f0f909741dd · report
list_to_tensor enhuiz/vall-e/vall_e/vall_e/ar.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · b06aa768d8e2dd43 · report
AR enhuiz/vall-e/vall_e/vall_e/ar.py found in paper text by Syntology unverified MIT (permissive) · 894ecc1799b226be · report
Base enhuiz/vall-e/vall_e/vall_e/ar.py found in paper text by Syntology unverified MIT (permissive) · 3c60927a0bd1494e · report

Tasks

DecoderText to SpeechVoice Cloningtext-to-speech

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

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