mackron / dr_libs

Audio decoding libraries for C/C++, each in a single source file.
Other
1.24k stars 205 forks source link
audio decoding flac mp3 wav

Public domain, single file audio decoding libraries for C and C++.

discord mastodon

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.