David Reid

Results 303 comments of David Reid

Yeah I guess I just like to keep it all locked down as tight as possible for purity sake. But you do make a fair point - I'll relax that...

Thanks a lot for this. This change as it stands looks good to me (just a very minor thing is that the `shouldWait` variable should be declared at the top...

It's an awkward one. An obvious "solution" is to simply not shutdown miniaudio explicitly and just let the OS deal with releasing all the relevant resources. But it just doesn't...

Would it be possible for miniaudio itself to register it's own `atexit` callback which simply sets a global variable indicating that application shutdown is happening, and then in `ma_device_uninit()`, if...

I'm going to close this one. The way to do it is to just not clean up and let the operating system deal with releasing the processes memory. It's not...

Thanks. This looks reasonable. The whitespace changes just look like trailing whitespace trimming so no drama there. Will get this merged soon.

Sorry I haven't got to this yet. Not ignoring it. I've moved from Windows to Linux and haven't yet moved my workflow over so I'm a bit slow at the...

Thanks. I'm actually not sure on the best solution to be honest. Apple is a platform that I lean on the community quite heavily so I'd be happy to take...

The draft PR you mentioned looks reasonable enough in concept to me. A few things are questionable, particularly this part: ``` #if MAC_OS_X_VERSION_MIN_REQUIRED < 1060 /* Legacy fallback */ pContext->coreaudio.FindNextComponent...