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
Jürgen Schwietering 92844c5c07 bext size allocation error
on line 2531 the reader consumes one byte too much (extraBytes + 1). This can cause a DRWAV_ASSERT.
4 weeks ago
.github Create FUNDING.yml 5 years ago
tests dr_mp3: Fix some warnings. 4 months ago
.gitignore Update gitignore. 4 months ago
.gitmodules Declare the miniaudio submodule as shallow. 4 months ago
CMakeLists.txt Fix a CMake error for FLAC tests. 4 months ago
LICENSE Add a separate LICENSE file 4 years ago
README.md Fix a typo. 4 months ago
dr_flac.h Bump versions. 4 months ago
dr_mp3.h Fix an error in drmp3_decode_next_frame_ex__memory(). 2 months ago
dr_wav.h bext size allocation error 4 weeks ago

README.md

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

discord

All development of released libraries happens on the master branch. There may exist some decoder-specific branches for work in progress. Check tags for the latest version of a particular library.

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.