# lieff/minimp3

Minimalistic MP3 decoder single header library

Repository: https://github.com/lieff/minimp3
Canonical: https://ross.abutalabs.com/products/minimp3
Language: C
License: CC0-1.0
License Family: permissive
Topics: mp3, audio, small, tiny, codec, decoder, music, sound, single-header, single-header-lib, mp3-decoder, mini, minimal, mini-mp3
Last push: 2026-07-27T17:59:32+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 35, longevity 100
- inputs: {"age_days": 3158, "days_push": 37, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1945, forks 266 (observed 2026-08-28T04:05:57.676720+00:00)

## What it is
A minimalistic single-header C library for decoding MP3 audio. It is small, fast with SSE/NEON SIMD support, and ISO-conformant with high accuracy.

## Use cases
- decode mp3 files in c or c++
- add mp3 playback to a game or embedded app
- decode mp3 without external dependencies
- convert mp3 to pcm samples
- embed a tiny audio decoder in a mobile app

## When to choose
- you need a dependency-free, single-file mp3 decoder
- you want small binary size and fast SIMD-accelerated decoding
- you need accurate, ISO-conformant mp3 decoding including free format

## When to avoid
- you need encoding, not just decoding
- you need other audio formats like ogg or flac
- you want a full audio playback engine with output device handling

## Facets
- artifact type: library
- maturity: stable
- function: audio-processing
- domain: media, cross-platform
- platform: cross-platform, c, cpp
- tags: mp3-decoder, single-header, header-only, embedded-audio, public-domain, audio

## Member repositories
- lieff/minimp3 (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:57.676720+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:07:23.131992+00:00, confidence not recorded.
  - readme: https://github.com/lieff/minimp3 (fetched 2026-08-28T04:05:57.676720+00:00, sha e6da5fa06e87)
- Data as of 2026-08-30T08:39:29.467469+00:00.
