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.
 
 
David Reid da35f9d6c7 dr_mp3: Version 0.6.39
This fixes a Wdouble-promotion warning.
9 months 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 dr_wav: AIFF compatibility improvements. 1 year 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.42 1 year ago
dr_mp3.h dr_mp3: Version 0.6.39 9 months ago
dr_wav.h dr_wav: Version 0.13.16 9 months 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.