• Stars
    star
    1,146
  • Rank 39,124 (Top 0.8 %)
  • Language
    C
  • License
    Other
  • Created about 8 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Audio decoding libraries for C/C++, each in a single source file.

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.