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.
 
 
Go to file
David Reid 660795b283 dr_wav: Version 0.13.17 6 days ago
.github Create FUNDING.yml 4 years ago
old dr_pcx has moved to https://github.com/dr-soft/dr_pcx 5 years ago
tests fix: This check should be for pStreamDecoder instead of pDecoder 8 months ago
wip dr_opus: Fix a warning due to using _MSC_VER when it is undefined. 4 years ago
.gitignore Update gitignore. 3 years ago
.gitmodules Add playback test for dr_mp3. 5 years ago
LICENSE Add a separate LICENSE file 3 years ago
README.md Use a consistent shield styling. 2 years ago
dr_flac.h dr_flac: Version 0.12.43 6 days ago
dr_mp3.h dr_mp3: Version 0.6.40 6 days ago
dr_wav.h dr_wav: Version 0.13.17 6 days ago

README.md

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.