Skip to main content
FluidAudio is a Swift SDK for fully local, low-latency audio AI on Apple devices. All inference runs on the Apple Neural Engine (ANE), keeping CPU and GPU free for your app.

At a Glance

All benchmarks on M4 Pro. ASR on LibriSpeech / FLEURS, diarization on VoxConverse / AMI, VAD on VOiCES / MUSAN. See full benchmarks for per-language breakdowns and device comparisons.

When to Use Which

Transcription

Speaker Diarization

Voice Activity Detection

Text-to-Speech

Platform Support

Showcase

40+ apps use FluidAudio for local speech recognition, speaker diarization, and text-to-speech.

Requirements

  • macOS 14+ / iOS 17+
  • Swift 5.10+
  • Apple Silicon recommended

Model Conversion

All FluidAudio models are converted through möbius, our open-source model conversion framework. It handles export, numerical validation, and quantization for CoreML and other edge runtimes. See the möbius docs to convert your own models.