AIAny
AI Audio2026
Icon for item

VibeVoice-ASR-BitNet

Multilingual, real-time ASR for edge CPUs that uses heterogeneous quantization to reduce model size (4.62→1.58 GB) and lower inference latency. Trades some accuracy for 1.6–2.3× faster inference vs. Whisper.cpp and real-time capability on a few CPU threads, making it suitable for memory- and compute-constrained on-device transcription.

Introduction

The practical bottleneck for deploying competitive speech recognition on-device is memory and CPU throughput: large FP16 ASR models demand too much RAM and often need GPUs. VibeVoice-ASR-BitNet takes a pragmatic route—heterogeneous quantization and custom ggml kernels—to bring near real-time multilingual transcription to commodity x86 and ARM CPUs while fitting in edge memory budgets.

Key Capabilities
  • Real-time on commodity CPUs: measured RTF < 1 on 3+ threads (AVX2/NEON) on common server and ARM hardware, enabling live transcription without a GPU.
  • Aggressive, heterogeneous quantization: reduces total footprint from ~4.62 GB (FP16) to ~1.58 GB (I8_S + I2_S/Q6_K mix), balancing decoder and tokenizer precision for speed and size.
  • Multilingual coverage and competitive WER: supports EN/ZH/FR/IT/KO/PT/VI and more; WERs are close to the full 7B model on many benchmarks but can degrade on far-field and some meeting datasets.
  • Practical engineering: custom fused SIMD kernels in ggml and gguf/ggml-compatible artifacts and ready-to-use quantized files for fast deployment on CPU runtimes.
Who it's for and trade-offs

Great fit if you need low-latency, on-device or edge transcription with strict memory limits (fits ~1.6 GB) and can accept modest accuracy trade-offs compared with full FP16 models. It is also useful for developers who prioritize CPU-only inference and portability across x86/ARM.

Look elsewhere if peak accuracy on challenging meeting/far-field audio is critical or if you require languages and domains not covered by the model; in those cases larger FP16/FP32 models or server-side GPU inference remain preferable. Also expect platform-specific kernel dependencies (AVX2/NEON) for best performance.

Where it fits

Compared with Whisper.cpp, BitNet focuses on smaller memory footprint and faster CPU latency through heterogeneous quantization and kernel fusion; compared with the full VibeVoice-ASR-7B, it sacrifices some WER for runtime and memory efficiency, making it an engineering-first choice for edge deployments.

Information

  • Websitehuggingface.co
  • OrganizationsMicrosoft Research
  • Published date2026/07/24

Categories

More Items

Hugging Face
AI Audio2026

Generates English speech locally from text into 24 kHz waveforms with a fixed synthetic male voice. Complete text-to-waveform TTS under ~4M parameters (≈16 MB FP32), supports CPU/CUDA inference, deterministic seeds, long-text chunking and an ONNX export path under Apache-2.0 license.

Hugging Face
AI Audio2026

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.

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.