mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2024-11-13 11:16:54 -05:00
Merge pull request #441 from eXpl0it3r/patch-1
Add minimp3 public domain MP3 decoder
This commit is contained in:
commit
19c3a6cd7a
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
* [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]
|
* [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]
|
* [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
|
## Biology
|
||||||
*Bioinformatics, Genomics, Biotech*
|
*Bioinformatics, Genomics, Biotech*
|
||||||
|
|
Loading…
Reference in a new issue