菜单

关于 🐙 GitHub
arXiv 提交日期: 2025-12-08
📄 Abstract - Beyond Unified Models: A Service-Oriented Approach to Low Latency, Context Aware Phonemization for Real Time TTS

Lightweight, real-time text-to-speech systems are crucial for accessibility. However, the most efficient TTS models often rely on lightweight phonemizers that struggle with context-dependent challenges. In contrast, more advanced phonemizers with a deeper linguistic understanding typically incur high computational costs, which prevents real-time performance. This paper examines the trade-off between phonemization quality and inference speed in G2P-aided TTS systems, introducing a practical framework to bridge this gap. We propose lightweight strategies for context-aware phonemization and a service-oriented TTS architecture that executes these modules as independent services. This design decouples heavy context-aware components from the core TTS engine, effectively breaking the latency barrier and enabling real-time use of high-quality phonemization models. Experimental results confirm that the proposed system improves pronunciation soundness and linguistic accuracy while maintaining real-time responsiveness, making it well-suited for offline and end-device TTS applications.

顶级标签: audio systems model training
详细标签: text-to-speech phonemization low latency real-time systems service-oriented architecture 或 搜索:

超越统一模型:面向服务的低延迟、上下文感知音素化方法,用于实时文本转语音 / Beyond Unified Models: A Service-Oriented Approach to Low Latency, Context Aware Phonemization for Real Time TTS


1️⃣ 一句话总结

这篇论文提出了一种面向服务的架构,将高质量但计算量大的上下文感知音素化模块与核心语音合成引擎解耦,从而在保证实时响应的同时显著提升了发音的准确性和自然度,特别适合离线或终端设备上的语音合成应用。


源自 arXiv: 2512.08006