mirror of https://github.com/mackron/dr_libs
Single file audio decoding libraries for C/C++.
http://mackron.github.io/dr_libs
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
da35f9d6c7
This fixes a Wdouble-promotion warning. |
9 months ago | |
---|---|---|
.github | 4 years ago | |
old | 5 years ago | |
tests | 1 year ago | |
wip | 4 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 5 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
dr_flac.h | 1 year ago | |
dr_mp3.h | 9 months ago | |
dr_wav.h | 9 months ago |
README.md
Public domain, single file audio decoding libraries for C and C++.
Library | Description |
---|---|
dr_flac | FLAC audio decoder. |
dr_mp3 | MP3 audio decoder. Based off minimp3. |
dr_wav | WAV audio loader and writer. |
Other Libraries
Below are some of my other libraries you may be interested in.
Library | Description |
---|---|
miniaudio | A public domain, single file library for audio playback and recording. |