English

Speak While You Think: Streaming Speech Synthesis During Text Generation

Audio and Speech Processing 2023-09-21 v1 Computation and Language Sound

Abstract

Large Language Models (LLMs) demonstrate impressive capabilities, yet interaction with these models is mostly facilitated through text. Using Text-To-Speech to synthesize LLM outputs typically results in notable latency, which is impractical for fluent voice conversations. We propose LLM2Speech, an architecture to synthesize speech while text is being generated by an LLM which yields significant latency reduction. LLM2Speech mimics the predictions of a non-streaming teacher model while limiting the exposure to future context in order to enable streaming. It exploits the hidden embeddings of the LLM, a by-product of the text generation that contains informative semantic context. Experimental results show that LLM2Speech maintains the teacher's quality while reducing the latency to enable natural conversations.

Keywords

Cite

@article{arxiv.2309.11210,
  title  = {Speak While You Think: Streaming Speech Synthesis During Text Generation},
  author = {Avihu Dekel and Slava Shechtman and Raul Fernandez and David Haws and Zvi Kons and Ron Hoory},
  journal= {arXiv preprint arXiv:2309.11210},
  year   = {2023}
}

Comments

Under review for ICASSP 2024

R2 v1 2026-06-28T12:27:04.895Z