🤖 AI Summary
To address the challenge of jointly optimizing low latency, high naturalness, and cross-modal consistency in real-time interactive speech synthesis, this paper introduces CosyVoice 2—the first streaming multilingual text-to-speech (TTS) system directly driven by large language models (LLMs). Methodologically, we propose finite scalar quantization to enhance codebook utilization; design a lightweight text-to-speech LLM backbone; introduce a block-aware causal flow matching model that unifies streaming and non-streaming synthesis; and construct a multilingual discrete speech token representation. Trained on large-scale multilingual data, CosyVoice 2 achieves millisecond-level end-to-end latency, human-level naturalness (MOS ≥ 4.4), and near-lossless waveform reconstruction—significantly outperforming existing streaming TTS systems in both quality and efficiency.
📝 Abstract
In our previous work, we introduced CosyVoice, a multilingual speech synthesis model based on supervised discrete speech tokens. By employing progressive semantic decoding with two popular generative models, language models (LMs) and Flow Matching, CosyVoice demonstrated high prosody naturalness, content consistency, and speaker similarity in speech in-context learning. Recently, significant progress has been made in multi-modal large language models (LLMs), where the response latency and real-time factor of speech synthesis play a crucial role in the interactive experience. Therefore, in this report, we present an improved streaming speech synthesis model, CosyVoice 2, which incorporates comprehensive and systematic optimizations. Specifically, we introduce finite-scalar quantization to improve the codebook utilization of speech tokens. For the text-speech LM, we streamline the model architecture to allow direct use of a pre-trained LLM as the backbone. In addition, we develop a chunk-aware causal flow matching model to support various synthesis scenarios, enabling both streaming and non-streaming synthesis within a single model. By training on a large-scale multilingual dataset, CosyVoice 2 achieves human-parity naturalness, minimal response latency, and virtually lossless synthesis quality in the streaming mode. We invite readers to listen to the demos at https://funaudiollm.github.io/cosyvoice2.