David Reid

Results 303 comments of David Reid

A few fixes to this has been done in GTCore. Not fully complete or stable yet, but the basics are there. Leaving this issue open, but kicking it out of...

Sorry for the delay on this one. Unfortunately I was unable to replicate this. I tried using the "Pixel 2 XL API 27" emulator and it works fine here. However,...

I've had another look at this and I'm still unable to replicate this. I'm not using Flutter nor SoLoud, but I've replicated what SoLoud is doing. This is the exact...

Thanks. This is an awkward one. So this is actually coming from dr_flac, which I amalgamate into miniaudio using a tool. It's used in a tight loop deep in the...

> I've discovered that both dr_wav and libsndfile incorrectly skip the last partial block in MS ADPCM files @frabert I'm the author of dr_wav and just coincidentally stumbled across this...

Thanks @frabert. I've found the relevant code in dr_wav that's causing this: ```c drwav_uint64 blockCount = dataChunkSize / fmt.blockAlign; /* totalPCMFrameCount = (((blockCount * (fmt.blockAlign - (6*pWav->channels))) * 2)) /...

Version 0.10.1 of dr_wav should address this. Thanks!

Thanks team, and sorry for my silence. When the device changes, WASAPI fires a callback from a separate thread. What I suspect is happening is that COM is not being...

@jkaup Thanks a lot for this. @raysan5 This has been integrated upstream in the dev branch.