# dr_libs **Repository Path**: deng-gang/dr_libs ## Basic Information - **Project Name**: dr_libs - **Description**: No description available - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-03 - **Last Updated**: 2026-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

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](dr_flac.h) | FLAC audio decoder. [dr_mp3](dr_mp3.h) | MP3 audio decoder. Based off [minimp3](https://github.com/lieff/minimp3). [dr_wav](dr_wav.h) | WAV audio loader and writer. # Other Libraries Below are some of my other libraries you may be interested in. Library | Description ------------------------------------------------- | ----------- [miniaudio](https://github.com/mackron/miniaudio) | A public domain, single file library for audio playback and recording.