Change license of AudioFile from GPL to MIT

The license for AudioFile was changed to MIT in this commit: c5fd7f1c34
This commit is contained in:
jordanozang
2022-12-08 15:40:19 -05:00
committed by GitHub
parent e935f51bf2
commit 7fe8453971

View File

@@ -153,7 +153,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
## Audio
*Audio, Sound, Music, Digitized Voice Libraries*
* [AudioFile](https://github.com/adamstark/AudioFile) - A simple C++ library for reading and writing audio files. [GPL3]
* [AudioFile](https://github.com/adamstark/AudioFile) - A simple C++ library for reading and writing audio files. [MIT]
* [dr_libs](https://github.com/mackron/dr_libs) - Single file audio decoding libraries for C and C++. [Unlicense]
* [FMOD](http://www.fmod.org/) - An easy to use crossplatform audio engine and audio content creation tool for games. [Free for non-commercial/Commercial]
* [KFR](https://www.kfrlib.com/) - Fast, modern C++ DSP framework, FFT, FIR/IIR filters, Sample Rate Conversion. [GPL/Commercial]