David Reid

Results 303 comments of David Reid

Windows Server 2022 is based on Windows 10 and is build 20348 (https://en.wikipedia.org/wiki/Windows_Server_2022). That'll be what Microsoft is referring to as the minimum supported version. For regular consumer desktop PCs,...

The most common cause of glitching is the period size being too small. As an experiment to try and narrow it down, are you able to try increasing it? It's...

Can you run with `#define MA_DEBUG_OUTPUT` and post the results? If possible, it might be useful for me to see both 11.4 and the latest version. In particular, I want...

I don't know what would be causing this, however I've made a small change to the data discontinuity recovery logic that *might* improve this. No guarantees.

Thanks for the report. Are you able to post the exact Simple Playback example code? Is it basically just the code below? Also, are you able to force the OpenSL...

Unfortunately I've been unable to replicate this one. I'm using the "Pixel XL API 26" emulator and it works just fine. I reduced the test down a bit to remove...

I think this should be fixed upstream in the dev branch. I've not been able to test it with real hardware however, so might need some help with that part.

That option is actually from minimp3 which dr_mp3 wraps around - I don't know what that option actually does specifically. What did you need to change it to to make...

Ah, right. I think `DRMP3_DEFAULT_SAMPLE_RATE` and `DRMP3_DEFAULT_CHANNELS` are leftovers from some previous APIs which I've since removed. Certainly they were for dr_mp3 and not anything to do with minimp3. I'll...

I'm following the advice of @lieff because I just don't have enough knowledge of MP3 to make a qualified decision. I mean, it would make sense if it would just...