New: the Voice AI Investors list release! Check it out
    Git Repo
    HumeAI

    Synchronizes speech and text into a single stream via 1:1 alignment for autoregressive speech synthesis and multilingual generative modeling.

    About tada

    Hume AI has released TADA (Text-Acoustic Dual Alignment), an open-source generative framework that synchronizes speech and text into a single, cohesive stream, fundamentally changing how unified speech-language models operate.

    For the Non-Technical Reader

    Think of traditional AI speech like a movie where the audio and video are slightly out of sync. TADA solves this by "stapling" every word to its specific sound. Instead of the AI guessing how long a word should take to say or stumbling over complex sentences, it processes the word and its sound as one single unit. This results in speech that flows naturally, avoids "hallucinating" words that aren't there, and sounds much more human, all while using less computer power.

    For the Technical Reader

    TADA introduces a 1:1 Token Alignment schema, where the tokenizer encodes audio into a sequence of vectors that perfectly matches the number of text tokens. This architecture allows for Dynamic Duration Synthesis, where each autoregressive step covers exactly one text token, eliminating the need for fixed frame rates (e.g., 50fps). Key technical highlights include:

    • Architecture: Built on Llama 3.2 (1B and 3B-ML variants).
    • Dual-Stream Generation: Simultaneously generates a text token and the speech for the preceding token, maintaining the same context length as text-only generation.
    • Efficiency: Significantly reduces computational overhead by minimizing the number of autoregressive steps required for high-fidelity synthesis.
    • Multilingual Support: Includes language-specific aligners for diverse phonetic accuracy.

    The models and codec are available on HuggingFace: TADA-1B, TADA-3B-ML, and the TADA-Codec.

    Why It Matters

    This release represents a shift toward efficient, high-fidelity open-source speech modeling. By moving away from fixed-frame architectures, TADA provides a more reliable foundation for empathic AI. It challenges the dominance of proprietary TTS providers by offering a framework that is both computationally lightweight and architecturally robust, lowering the cost of entry for developers building low-latency voice applications.

    The Voice AI Space Lab Idea

    The "Contextual Lyricist": Use TADA to build a tool for songwriters that doesn't just read lyrics, but automatically adjusts the prosody and duration of each word to fit a specific emotional arc or rhythmic pattern. Because the model understands the 1:1 relationship between the text and the time it takes to speak it, you could prototype vocal melodies that perfectly align with the "vibe" of the written word in real-time.

    Explore the repository here: https://github.com/HumeAI/tada