From 98f7ba38e91e4ccb6e92e9700d040287137bb925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Thu, 1 Feb 2018 00:03:32 +0100 Subject: [PATCH] Add minimp3 public domain MP3 decoder Just today, I learned about this awesome, public domain, header-only MP3 decoder with a clean-room implementation (not infringing on any copyrights) by @lieff and thought this should definitely be put on this list. https://github.com/lieff/minimp3 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 168d722..46ea1f0 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Speex](http://www.speex.org/) - A free codec for free speech. Obsoleted by Opus. [BSD] * [Tonic](https://github.com/TonicAudio/Tonic) - Easy and efficient audio synthesis in C++. [Unlicense] * [Vorbis](http://xiph.org/vorbis/) - Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format. [BSD] +* [minimp3](https://github.com/lieff/minimp3) - Public domain, header-only MP3 decoder with clean-room implementation. [CC0] ## Biology *Bioinformatics, Genomics, Biotech*