AIAny
AI Audio2026
Icon for item

Audio8 TTS Preview 0.6B

Multilingual neural text-to-speech model (0.6B params) with zero-shot voice cloning and a bundled 44.1 kHz codec. Preview release targets 11 recommended languages and aims to deliver near-SOTA quality in a compact checkpoint suited for voice cloning and multilingual TTS prototypes.

Introduction

Why this matters

Smaller TTS checkpoints typically trade quality for footprint; this preview flips that expectation by delivering near–state-of-the-art benchmark results from a 0.6B-parameter model while including a bundled 44.1 kHz neural codec and zero-shot voice cloning. That combination makes it practical to prototype high-similarity, multilingual synthetic speech on limited compute budgets.

What Sets It Apart
  • Compact DualAR design: uses a DualAR architecture (inspired by Fish Audio S2 Pro) with separate slow-AR and fast-AR decoders so a 601M-parameter main model can predict semantic tokens and per-frame codec codebooks efficiently.
  • Concrete specs: main model ~601,159,424 parameters (excluding codec); Slow AR: 24 layers, width 896; Fast AR: 4 layers, width 896; 10 codebooks × 4,096 entries; context up to 2,048 packed text/audio positions; codec operates at 44.1 kHz (2,048 samples per model frame).
  • Bundled codec and zero-shot cloning: reference-audio encoding and waveform decoding are included with the checkpoint (no extra codec weights required), and the model supports zero-shot voice cloning provided the reference audio has an exact transcript.
  • Benchmarked efficiency: despite its small size it posts competitive evaluations (e.g., best English WER on Seed-TTS among compared systems), making it attractive where parameter budget or deployment size matter.
Who It's For and Tradeoffs

Great fit if:

  • You need a compact TTS checkpoint that still scores well in automatic quality and similarity benchmarks.
  • You want zero-shot voice cloning with minimal setup and an included codec for end-to-end generation.
  • You’re prototyping multilingual TTS across the 11 recommended languages (Cantonese, Chinese, Dutch, English, French, German, Italian, Japanese, Korean, Polish, Spanish).

Look elsewhere if:

  • You require broad, production-grade dialect coverage beyond the preview languages — this release intentionally limits language/dialect coverage.
  • You need the absolute highest fidelity possible and can afford much larger models (several billions of parameters) or a bespoke TTS pipeline.
  • You cannot accept the security implications of loading remote custom model code (the repo requires trust_remote_code=True in Transformers).

Practical considerations:

  • Recommended environment: Python 3.10+, CUDA-capable GPU; supports transformers with custom remote code (trust_remote_code=True) and uses safetensors for weights.
  • Responsible use: sensitivity to impersonation risks — obtain consent for cloning voices and disclose synthetic audio; noisy/long/mistranscribed references reduce cloning stability.
  • License: Apache-2.0 for code and weights.
Where it fits

Positioned as a compact, benchmark-competitive TTS model: substantially smaller than 4–8B alternatives (e.g., Fish S2 Pro, Higgs Audio) while aiming to retain strong WER/CER and speaker-similarity metrics. Useful for prototypes, research, and constrained deployments that need end-to-end cloning without managing a separate codec.

Information

Categories

More Items

Hugging Face
AI Audio2026

Generates and edits speech from natural-language instructions plus optional reference audio, supporting zero-shot TTS, content/acoustic/paralinguistic edits, enhancement, and source separation. Open-source 1.5B-parameter base model with a 4-step distilled AuK‑Flash for faster inference.

Hugging Face
AI Audio2026

Generates full songs from lyrics and a style prompt, producing vocals and accompaniment and exporting editable symbolic scores for melody/chord control. Uses symbolic planning with agentic multi-turn editing and runs local 48 kHz inference on a 24GB GPU.

Hugging Face

Provides 315,000 pairwise human-preference votes comparing 15 English TTS models over 300 operational prompts, with 4,500 high‑quality audio renders and structured vote/pair/prompt records for training or evaluating preference/reward models. Metadata under CC-BY-4.0; audio use governed by model providers' terms.