WordVoice: Explicit and Decoupled Multi-Dimensional Word-Level Control for LLM-Based TTS
Summary
WordVoice is a novel framework for Large Language Model (LLM)-based Text-to-Speech (TTS) that enables explicit, multi-dimensional word-level control, addressing the coarse-grained limitations of existing systems. It introduces WordVoice-5A, a massive 4.7k-hour bilingual dataset with five-dimensional word-level annotations (duration, boundary, energy, pitch, and tone), created through a rigorous linguistically-guided pipeline. The framework integrates a bound-token mechanism within the LLM for "acoustic planning" and a fine-grained acoustic modulation module in the token-to-waveform stage. Experiments on a test set of 2,000 Chinese and 1,500 English utterances demonstrate superior, decoupled control over acoustic dimensions while maintaining competitive zero-shot synthesis stability, outperforming baselines like CosyVoice3 and MagicTTS in control precision. The system is trained on 8 NVIDIA A800 GPUs.
Key takeaway
For Machine Learning Engineers developing advanced TTS systems, WordVoice offers a solution to the challenge of fine-grained acoustic control. You can now achieve deterministic, word-level manipulation of duration, pitch, energy, boundary, and tone, which is critical for applications like audiobook narration and video dubbing. Consider integrating explicit acoustic planning and modulation modules into your LLM-based TTS pipelines to enhance control precision and interpretability.
Key insights
WordVoice enables precise, decoupled word-level control in LLM-based TTS by transforming implicit generation into explicit acoustic planning.
Principles
- Explicit acoustic planning improves TTS control and naturalness.
- Linguistically-guided data annotation is crucial for fine-grained control.
- Decoupled control allows independent manipulation of acoustic attributes.
Method
WordVoice uses a bound-token mechanism in an LLM for macro-prosodic planning, predicting five acoustic attributes. A fine-grained style modulation module in the Flow Matching stage then ensures micro-acoustic fidelity by upsampling and injecting word-level style tokens.
In practice
- Use WordVoice-5A for training controllable TTS models.
- Implement bound-token mechanisms for explicit attribute prediction.
- Apply fine-grained modulation to compensate for token quantization loss.
Topics
- Text-to-Speech
- Large Language Models
- Word-Level Control
- Acoustic Planning
- Data Annotation
- Flow Matching
Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.