dr_libs icon indicating copy to clipboard operation
dr_libs copied to clipboard

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

Results 18 dr_libs issues
Sort by recently updated
recently updated
newest added

Seeking with native container is fast, but with Ogg container it's slow. The slowdown seems to be linear, the further I seek, the slower it becomes. To test, first encode...

feature request

This project is awesome. Is it possible to add ogg vorbis and opus support. Useful for podcasts and people who prefer ogg compared to mp3.

feature request

`miniaudio` is such a well-designed & implemented audio lib -- it has almost everything I can imagine using for my project(s). One additional thing that would make it perfect for...

feature request

First of all, thanks for your hard work on this. I really think you did an amazing job on dr_flac. I already bothered you with #140, but back then I...

bug

This adds free automated test building and running to the project on Windows and Linux hosts using github actions. If this is added, whenever a push or pull request is...

Hi, is there a way for dr_wav to append data to a wav file when writing instead of rewriting the file?

feature request

I found a WAV file that dr_wav couldn't open. Inspecting it showed a `RIFX` header. I found references online that is identical to a standard RIFF file, but with all...

feature request

Not sure if this is desired at all, but curious if there's interest in supporting these files. Definitely needs some cleanup before it could be merged. All tests pass for...

enhancement

Hi. I am investigating using dr_mp3.h for my project. There are a few issues, some which I am not sure yet if my fault or not. But one that I...

Using code I just pulled from github, we see line 2834 frees pMP3->pData but doesn't null the pointer. this pointer is also freed in drmp3_uninit. it seems like this pointer...

bug