AIAny
AI Audio2026
Icon for item

Audio8 TTS Preview 0.1B

Zero-shot multilingual text-to-speech checkpoint for speech generation and voice cloning with a compact footprint. Features an ~170M-parameter main model plus a bundled ~120M-parameter codec decoder, with primary support for Chinese and English; other languages show more variable quality and long/noisy references reduce fidelity.

Introduction

Why size matters now: making zero-shot voice cloning practical outside huge server farms requires trading parameter scale for portability and cost. This preview checkpoint demonstrates that a compact generative stack (~170M main + ~120M codec) can still produce usable cloned speech in realistic settings—especially for Chinese and English—while keeping inference and deployment demands far lower than multi-billion-parameter systems.

Key Capabilities
  • Zero-shot voice cloning: accepts a short reference audio plus its transcript to condition speech synthesis, producing voice-preserving outputs without fine-tuning. This enables quick prototype cloning or personalized TTS where collecting large corpora is impractical.
  • Compact dual-branch design: a slow autoregressive branch predicts semantics and a fast branch predicts codec codebooks; this architecture balances expressiveness and generation speed at small scale, with 10 acoustic codebooks and up to 2,048-context positions.
  • Bundled neural codec: includes an integrated codec decoder (44.1 kHz) so inference needs no separate model download, simplifying deployment for experiments and demos.
  • Multilingual but targeted: optimized for Chinese and English; German/Spanish/French/Italian/Japanese/Korean are supported experimentally but quality is more variable.
Who it's for and trade-offs

Great fit if you need a low-parameter, zero-shot TTS baseline for research, demos, edge or cost-sensitive deployment, or rapid voice-prototyping where obtaining large adaptation datasets is hard. Look elsewhere if you require state-of-the-art multi-language fidelity or maximum similarity for challenging references—larger checkpoints (0.6B+) and multi-billion models produce higher similarity and lower error rates. Also, noisy/long/mistranscribed reference clips reduce stability and speaker similarity, so data quality matters.

Information

Categories

More Items

GitHub
AI Audio2026

Local-first voice workflows for cloning, multi-engine TTS/ASR, video dubbing, dictation, transcription and audiobook production across 646 languages. Desktop app with a local OpenAI-compatible API, engine catalogue (TTS/ASR/LLM), and explicit opt-ins for remote features to keep audio and projects on-device.

Hugging Face
AI Audio2026

Generates complete songs (up to five minutes) from lyrics and a music description, producing 32 kHz stereo WAV with expressive vocals and long-range musical structure. Uses hierarchical LLMs fused with flow-matching/Flow-VAE synthesis for coherent arrangement and timbre; requires CUDA and integrates with Diffusers and SGLang-Omni.

GitHub
AI Audio2025

Generates and edits full-length music locally using a hybrid language-model planner and a diffusion transformer. Provides text- and audio-driven song synthesis plus selective editing (cover generation, repainting, vocal→BGM), metadata control and lightweight LoRA personalization, and runs on consumer GPUs/CPUs.