Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mackron/dr_libs
Audio decoding libraries for C/C++, each in a single source file.
https://github.com/mackron/dr_libs
audio decoding flac mp3 wav
Last synced: 4 days ago
JSON representation
Audio decoding libraries for C/C++, each in a single source file.
- Host: GitHub
- URL: https://github.com/mackron/dr_libs
- Owner: mackron
- License: other
- Created: 2016-02-01T22:53:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T10:04:20.000Z (8 months ago)
- Last Synced: 2024-10-29T15:35:14.585Z (about 1 month ago)
- Topics: audio, decoding, flac, mp3, wav
- Language: C
- Homepage:
- Size: 5.3 MB
- Stars: 1,262
- Watchers: 46
- Forks: 206
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-game-engine-dev - dr_libs - Single-file audio decoding libraries. (Libraries / C)
- awesome-audio-plugin-framework - dr_libs
- AwesomeCppGameDev - dr_libs - file libraries for C/C++. (Libraries)
README
Public domain, single file audio decoding libraries for C and C++.
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.