AIAny
AI Audio2025
Icon for item

NeuTTS

Runs text-to-speech with instant voice cloning fully on-device, from phones to GPUs. Built on small LLM backbones (120M-360M params) plus a 50Hz neural codec; clones a voice from ~3 seconds of audio across English, Spanish, German, and French.

Introduction

Most expressive TTS today assumes a GPU sitting in the cloud. NeuTTS flips that assumption, treating the phone in your pocket as the deployment target rather than an afterthought. The bet underneath it: a speech model small enough to run locally — down to ~120M active params — can still clone a voice from a few seconds of audio, and that locality becomes the feature. Latency, privacy, and offline use stop being trade-offs you negotiate with an API.

What Sets It Apart
  • A codec does the heavy lifting. NeuCodec, a proprietary 50Hz neural audio codec, packs enough acoustic detail that a tiny LLM backbone stays realistic — so the Air (~360M) and Nano (~120M) variants reach quality usually reserved for billion-parameter models, but in a mobile footprint.
  • One family, phone to datacenter. It ships as GGUF quantizations and runs from a Galaxy A25 (~20-45 tok/s) to an RTX 4090 (~16k-19k tok/s). The same model spans embedded hardware and servers with no rewrite.
  • Cloning without a pipeline. Roughly 3 seconds of reference audio is enough to clone a speaker, so there is no fine-tuning step or speaker-enrollment infrastructure to maintain.
  • Multilingual, with a short memory. English, Spanish, German, and French are supported (model-dependent) inside a 2048-token context that holds about 30 seconds of audio.
Who It's For

Great fit if you are building voice features for mobile, embedded, or privacy-sensitive apps where shipping audio to a cloud TTS is a dealbreaker, or where predictable offline latency matters more than a leaderboard score. Look elsewhere if you need language coverage beyond these four, studio-grade prosody control, or the absolute top of the realism rankings — at this size there is a quality ceiling, and the ~30-second context makes long-form single-pass narration awkward.

Information

  • Websitegithub.com
  • AuthorsNeuphonic
  • Published date2025/10/02

Categories

More Items

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.

Hugging Face
AI Audio2026

Generates streaming, low‑latency neural speech for real‑time dialogue by autoregressively producing audio frames as text arrives; joint text–speech training preserves natural prosody. Optimized for vLLM streaming (~50 ms first chunk), supports short‑clip voice cloning and four languages.

Hugging Face
AI Audio2026

Transcribes Arabic speech to text using a CohereLabs-trained ASR model compatible with the Hugging Face Transformers pipeline. Provides safetensors weights, endpoint compatibility and a DOI-tagged release; suitable for Arabic transcription workflows but may require adaptation for diverse dialects or noisy audio.