Skip to content

Commit 98f7ba3

Browse files
authored
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
1 parent 0b8ff6f commit 98f7ba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
137137
* [Speex](http://www.speex.org/) - A free codec for free speech. Obsoleted by Opus. [BSD]
138138
* [Tonic](https://github.com/TonicAudio/Tonic) - Easy and efficient audio synthesis in C++. [Unlicense]
139139
* [Vorbis](http://xiph.org/vorbis/) - Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format. [BSD]
140+
* [minimp3](https://github.com/lieff/minimp3) - Public domain, header-only MP3 decoder with clean-room implementation. [CC0]
140141

141142
## Biology
142143
*Bioinformatics, Genomics, Biotech*

0 commit comments

Comments
 (0)