[Generation 4 TTS] Any2Speech: Breaking the Borders of Long Audio Synthesis with Agentic Reasoning

Borderless Long Speech Synthesis

Summary
Problem
Method
Results
Takeaways
Abstract

Any2Speech (ATS) is an agent-centric framework for borderless long audio synthesis that shifts the paradigm from simple Text-to-Speech to multi-modal "Any-to-Speech." By building on the VibeVoice-7B architecture and implementing a hierarchical Global-Sentence-Token annotation schema, it achieves high-fidelity synthesis of complex acoustic scenes and long-context emotional arcs.

TL;DR

Any2Speech (ATS) marks the transition to Generation 4 TTS: Native Agentic Synthesis. Unlike traditional systems that "read" text line-by-line, ATS "understands" the scene. It employs a Global-Sentence-Token hierarchy and a Chain-of-Thought (CoT) reasoning phase to generate long-context audio that includes complex emotional arcs, multi-speaker overlaps, and rich environmental acoustics (like a crying child or a background piano).

Motivation: The Context Blindness Gap

Modern TTS has become incredibly realistic at the sentence level, but it remains fundamentally broken for long-form content. The authors identify two critical "Gaps":

  1. Global Coherence Gap: In a story like Poe's The Tell-Tale Heart, the narrator's voice evolves from forced calm to hysteria over dozens of sentences. Traditional TTS severs this continuity because it lacks a global memory of "how much tension has already built up."
  2. Scene Completeness Gap: Speech doesn't happen in a vacuum. Current models strip away the café chatter or the reverb of a theater, treating anything that isn't the "clean voice" as noise to be discarded.

The ATS insight: The "dirt" in the data isn't noise; it's a controllable dimension of expression.

Methodology: The "Think-Then-Speak" Architecture

1. Labeling Over Filtering

Instead of chasing a 10% "pure" dataset using DNSMOS scores, ATS keeps 90%+ of the original audio. They embrace heated arguments, sports broadcasts, and overlapping talk. By labeling these complexities rather than cleaning them, the model learns to associate text descriptions (e.g., "soft acoustic guitar in the background") with the actual acoustic phenomena.

2. The Global-Sentence-Token Interface

To manage this complexity, the authors designed a hierarchical control protocol:

  • Global Layer: Scene metadata (style, speaker profiles, overall emotional trajectory).
  • Sentence Layer: Per-utterance pitch, volume, and communicative intent.
  • Token Layer: Phonetic precision (stress, breathing cues).

Hierarchical Control Protocol (Figure 1: The Global-Sentence-Token schema serves as a "Wide-Band" control channel between the LLM and the synthesis engine)

3. Chain-of-Thought (CoT) Reasoning

Borrowing from LLM reasoning, ATS uses a "Think first, Synthesize second" approach.

  • Instruct: The user provides hard constraints (e.g., "Sarcastic tone").
  • Think: The model generates an internal "Expressive Plan," reasoning out the tonal pivots and prosody before generating a single waveform. This makes the black-box process of speech synthesis interpretable and editable.

Experimental Insights: Beyond Typical Metrics

Testing "borderless" audio is a nightmare for current benchmarks. The authors argue that metrics like CLAP (cross-modal alignment) or DNSMOS (acoustic quality) are too coarse. They fail to capture the nuance of a "tearful laugh" or the timing of an interruption.

Instead, the paper focuses on Context Efficiency. By distilling history into a compact "Global" state, ATS avoids the "Lost in the Middle" phenomenon typical of long-context Transformers. The synthesis engine stays focused on the present utterance while the LLM Agent maintains the narrative arc.

Experimental Results (Figure 2: The architecture overview showing the integration of the Reasoning Chain with the VibeVoice backbone)

Critical Analysis & The Future

ATS is a breakthrough for offline content creation (podcasts, audiobooks, film dubbing). However, its current "think-then-speak" pipeline introduces latency that makes it unsuitable for real-time AI assistants—a limitation the authors openly admit.

Key Takeaways:

  • Native Agentic: TTS is no longer just a peripheral "voice" module; it is a structured semantic interface.
  • Any2Sound: The framework is modality-agnostic. In the future, describing a "mournful cello" or "rain on a tin roof" will be as easy as describing a human voice.
  • Instruction Following: Through Dimension Dropout, the model learns to be robust even when user instructions are incomplete, preventing the hallucinations common in early LLM-TTS models.

Any2Speech represents a shift from "Reading Machines" to "Acting Entities," where the acoustic environment and the psychological state of the speaker are just as important as the words being spoken.

Find Similar Papers

Try Our Examples

  • Find recent papers on LLM-based speech synthesis that utilize Chain-of-Thought reasoning to improve prosody and emotional expression.
  • Which studies first introduced continuous-tokenizer architectures for audio, and how does VibeVoice improve upon those foundations?
  • Explore research that applies "Labeling over Filtering" or "Noisy Data Training" strategies in the context of multi-modal generative audio or music models.
Contents
[Generation 4 TTS] Any2Speech: Breaking the Borders of Long Audio Synthesis with Agentic Reasoning
1. TL;DR
2. Motivation: The Context Blindness Gap
3. Methodology: The "Think-Then-Speak" Architecture
3.1. 1. Labeling Over Filtering
3.2. 2. The Global-Sentence-Token Interface
3.3. 3. Chain-of-Thought (CoT) Reasoning
4. Experimental Insights: Beyond Typical Metrics
5. Critical Analysis & The Future