SDCLLGASNov 17, 2021

High Quality Streaming Speech Synthesis with Low, Sentence-Length-Independent Latency

arXiv:2111.09052v141 citations
Originality Incremental advance
AI Analysis

This addresses the problem of real-time speech synthesis for applications requiring low latency on CPUs, but it is incremental as it builds on existing models like Tacotron and LPCNet.

The paper tackles real-time speech synthesis by proposing an end-to-end text-to-speech system with low, sentence-length-independent latency, achieving minimal latency about 31 times faster than real-time on a computer CPU and 6.5 times on a mobile CPU.

This paper presents an end-to-end text-to-speech system with low latency on a CPU, suitable for real-time applications. The system is composed of an autoregressive attention-based sequence-to-sequence acoustic model and the LPCNet vocoder for waveform generation. An acoustic model architecture that adopts modules from both the Tacotron 1 and 2 models is proposed, while stability is ensured by using a recently proposed purely location-based attention mechanism, suitable for arbitrary sentence length generation. During inference, the decoder is unrolled and acoustic feature generation is performed in a streaming manner, allowing for a nearly constant latency which is independent from the sentence length. Experimental results show that the acoustic model can produce feature sequences with minimal latency about 31 times faster than real-time on a computer CPU and 6.5 times on a mobile CPU, enabling it to meet the conditions required for real-time applications on both devices. The full end-to-end system can generate almost natural quality speech, which is verified by listening tests.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes