David Reid

Results 303 comments of David Reid

I didn't think a stop callback would be needed because since you just passed the details into the `ma_sound_stop_with_fade_in_pcm_frames()` function don't you already know when the sound is being stopped?

I'm not necessarily against this or anything. But there's a problem - I've changed the API for sound notification stuff in the dev-0.12 branch and I don't want to be...

Thanks. This is a strange one. Where and how are you declaring your `_engine` object? Is the object staying valid for it's lifetime (it's a transparent struct and you're responsible...

@dsego Thanks for this. You're correct in miniaudio's ring buffer. When I wrote the ring buffer, I just wrote it off the top of my head without a reference, but...

Thanks. Just have another dr_mp3 bug to investigate at which point I'll get this merged so I can do it all it once.

Thanks for the report and test case. dr_mp3 is a wrapper around minimp3 so this *might* be something related to that, but I will take a look at this as...

This is a strange one. I'm not entirely sure what's going on here. So you've not had any reports from your normal raylib users about this? And it's not happening...

Thanks. This looks suspicious - the `ma_lpf1` object should certainly not be all zero. Also, I can see with your break point that the local variables, which are declared prior...

OK, thanks. I was just vaguely wondering if maybe there was some kind of syncing error where the device was being pulled out from under itself and corrupting something. I'm...

OK it *might* actually be worth updating that. This code is related to the resampler, and I did make this change in 0.11.18: ``` * Fix erroneous output with the...