#minimp3 is a #publicdomain #MP3 decoder.
minimp3 is a standards-compliant #singleheader #C library that decodes MP3 data in buffers, frames, or in a streaming manner. minimp3 is quite simple, only having a handful of API functions for decoding MP3 data. minimp3 can iterate through frames, seek to positions, and supports SIMD as well as dealing with files with non-MP3 (ID3) or invalid data.
Website 🔗️: https://github.com/lieff/minimp3