David Reid

Results 303 comments of David Reid

OK, I saw your pull request and perhaps I misinterpreted your situation. The state of a ma_sound object is decoupled from the engine. It's absolutely possible and intentional for ma_sound_is_playing()...

If it's possible, it would be handy to see the contents of your `ma_engine` object just before you start playing the sound, and if possible, immediately after playing it. It...

So I tested the sleep/wakeup cycle with the [deviceio](https://github.com/mackron/miniaudio/blob/master/tests/test_deviceio/ma_test_deviceio.c) test and it's working exactly as I would expect with the WASAPI backend. That test lets you pause and resume the...

Thanks team. It sounds like for some reason WASAPI isn't reporting your device as stopped. On my system, WASAPI is definitely reporting the device as invalid which miniaudio is detecting...

Thanks for the report and test cases. I'll have a look at this as soon as I get a chance.

I've finally got around to having a look at this. The commits you mentioned in your original comments are so old they're not really relevant. The issue is that when...

Thanks for reporting this and the test cases. I would like this to be consistent between everything so I'll look at this when I get the chance. Obviously a resampling...

I'm the author of dr_mp3. You should post your questions in the dr_libs repository - dr_mp3 and minimp3 are different projects maintained by different people. But to answer your question...

Does it happen if you remove the `ProcessAudio()` stuff and the music stream from the example? I.e. have it so it's only the coin sound. Just wondering if it could...

Raylib is using dr_wav to load wav files which is another one of my libraries. It might be worth me taking a look at that file.