singe/thirdparty/SDL3_mixer/src/dr_libs
2026-09-03 22:01:35 -05:00
..
dr_flac.h Migrated to SDL3. 2026-09-03 22:01:35 -05:00
dr_mp3.h Migrated to SDL3. 2026-09-03 22:01:35 -05:00
LICENSE Migrated to SDL3. 2026-09-03 22:01:35 -05:00
README.md Migrated to SDL3. 2026-09-03 22:01:35 -05:00

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.