OmniVoice: Towards Omnilingual Zero-Shot Text-to-Speech with Diffusion Language Models
This work addresses the challenge of creating a massive multilingual TTS system for broad language coverage, representing a significant advancement rather than an incremental improvement.
The paper tackles the problem of scaling zero-shot text-to-speech to over 600 languages by introducing OmniVoice, which achieves state-of-the-art performance across Chinese, English, and multilingual benchmarks using a novel diffusion language model architecture and a 581k-hour dataset.
We present OmniVoice, a massive multilingual zero-shot text-to-speech (TTS) model that scales to over 600 languages. At its core is a novel diffusion language model-style discrete non-autoregressive (NAR) architecture. Unlike conventional discrete NAR models that suffer from performance bottlenecks in complex two-stage (text-to-semantic-to-acoustic) pipelines, OmniVoice directly maps text to multi-codebook acoustic tokens. This simplified approach is facilitated by two key technical innovations: (1) a full-codebook random masking strategy for efficient training, and (2) initialization from a pre-trained LLM to ensure superior intelligibility. By leveraging a 581k-hour multilingual dataset curated entirely from open-source data, OmniVoice achieves the broadest language coverage to date and delivers state-of-the-art performance across Chinese, English, and diverse multilingual benchmarks. Our code and pre-trained models are publicly available at https://github.com/k2-fsa/OmniVoice.