mackron/miniaudio
Audio playback and capture library written in C, in a single source file. observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 98
- Release rhythm 49
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 128
- age_days: 3603
- days_rel: 183
- days_push: 14
- n_releases_24m: 4
Adoption not part of the score
7184 stars · 598 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
miniaudio is an audio playback and capture library for C and C++ distributed as a single source file with no external dependencies. It provides low-level device access plus a high-level engine with mixing, effects, 3D spatialization, and built-in decoders for WAV, FLAC, and MP3.
Use cases
- play sound files in a C or C++ application
- record audio from a microphone
- decode wav mp3 and flac files without external libraries
- mix multiple sounds with effects and 3D spatialization
- build a cross-platform audio engine for a game
- resample and convert audio data between formats
- implement duplex audio streaming
When to choose
- you want zero-dependency audio in C/C++ with a simple build
- you need cross-platform audio across desktop, mobile, and web
- you want both low-level device access and a high-level mixing engine
- you need a permissive public-domain/MIT-0 license
When to avoid
- you need advanced audio codecs like AAC or OGG Vorbis out of the box
- you require ABI stability across shared library versions
- you need a full DAW-grade audio processing suite
- you are working outside C/C++ without binding effort
Facets
library · maturity stable
audio-processing sdk cross-platform developer-tools windows bsd cross-platform wasm cpp c single-file public-domain playback capture recording decoding resampling spatialization no-dependencies game-audio audio macos linux android ios
4 sources
- readme: https://github.com/mackron/miniaudio · fetched 2026-08-28 · 05a34786bf3a
- homepage: https://miniaud.io · fetched 2026-08-29 · 24c2721efd1d
- site_page: https://miniaud.io/docs/manual/index.html · fetched 2026-08-29 · 28edfa5321ad
- site_page: https://miniaud.io/docs/examples/index.html · fetched 2026-08-29 · 29b89ac47a76
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mackron/miniaudio | main | 81 |
For agents
markdown · JSON · MCP: product_card(name="mackron/miniaudio")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem