AIAny
AI Audio2026
Icon for item

Inflect-Micro-v2

Local English text-to-waveform TTS producing a single fixed synthetic voice in a deployable package below 10M parameters. Offers deterministic seeds, punctuation-aware long-text chunking, CPU/CUDA and ONNX runtime options, measured evaluations and a compact FP32 footprint; English-only, one voice.

Introduction

Small, reproducible TTS matters because many real-world apps need believable speech without cloud calls or large footprints. Inflect-Micro-v2 targets that gap: a complete local text-to-waveform pipeline in ~9.36M parameters (37.53 MB FP32) with repeatable sampling, measured quality, and practical CPU throughput.

Key Capabilities
  • Compact local inference: 9,356,513 parameters; complete FP32 package ~37.53 MB; runs on CPU or CUDA with an official ONNX export for torch-free deployment.
  • Repeatability and long-text support: fixed seeds reproduce the same latent sample on the same runtime stack; long inputs are split at punctuation-aware boundaries and stitched with controlled pauses and fades.
  • Measured quality and intelligibility: community blind-preference reported at 66.2% in the release study, UTMOS22 predicted naturalness 4.395, and multi-ASR semantic WERs in the low single-digit percentages on held-out prompts.
  • Practical runtime: reported steady-state CPU throughput around 6.28× real-time on a 4-thread reference run; an ONNX runtime path supports dynamic lengths and multiple providers.
Who it's for and trade-offs

Great fit if you need a deployable, auditable local English TTS with a tiny footprint—edge devices, privacy-sensitive apps, or offline tooling where a single fixed voice is acceptable. Look elsewhere if you need multi‑language support, selectable or cloned voices, large-model long-form prosody, or production-grade accessibility guarantees (medical/legal/emergency use is not validated).

Where it fits

Inflect-Micro-v2 sits among compact local TTS systems as the quality-focused small member of the Inflect family (Nano emphasizes smaller footprint). It favors reproducible, auditable evaluation and CPU-friendly deployment rather than maximal expressiveness or multilingual coverage.

How it works (brief)

Architecturally it is a parameter-efficient VITS-family end-to-end text-to-waveform generator: English phoneme frontend, monotonic alignment, stochastic latent synthesis, coupling flows, and an integrated waveform decoder. The release includes inference code, evaluation artifacts, ONNX graphs, and a documented benchmark protocol for transparent comparisons.

More Items

Hugging Face
AI Audio2026

Generates controllable multilingual speech from text with nine predefined timbres and custom-voice control; supports voice design, quick voice cloning and low-latency streaming (first audio packet after a single character), suitable for real-time TTS and voice-design workflows.

GitHub
AI Audio2024

Provides low‑latency on‑device speech-to-text, intent recognition, and text-to-speech for building real‑time voice agents and interfaces. Streaming-optimized models, incremental caching, multilingual TTS/ASR and cross-platform bindings (Python, iOS, Android, Linux, Raspberry Pi) target live voice use cases where sub-200ms responsiveness matters.

GitHub
AI Audio2026

Runs local speech-to-text inference for a wide range of ASR model families using GGUF models on the ggml runtime. Supports Metal, Vulkan, and CUDA GPU backends plus a tinyBLAS-accelerated CPU path, prebuilt GGUFs on Hugging Face, and a quantization tool.