David Reid
David Reid
I'd be curious to see the errors if possible. If there's a huge amount, maybe attach it as a text file. This seems like an interesting project, but I'm a...
Thanks for the report and sorry for the lack of response. I believe this issue might be related to https://github.com/mackron/miniaudio/issues/480 which has a fix in the dev branch. Hopefully that'll...
This request is reasonable. The documentation you linked to uses `ActivateAudioInterfaceAsync()` which is only used in the UWP build in miniaudio which had me worried that I wouldn't be able...
I've gone ahead and added experimental support for this. This requires Windows 10 build 20348, but unfortunately I've only got access to build 19044 so I'm not able to reliably...
That's unfortunate. I might need the community's help with this one since I lack OS support to test this properly on my side.
I've pushed a potential fix for this. I was forgetting to set the virtual device ID which is required for process-specific loopback. I've also made it so process-specific loopback will...
That configuration is fine. I think I might know what's going on, and if I'm right, it's going to get very messy and complicated due to compatibility with Windows Vista...
Thanks. I forgot to test the C++ build. I've pushed another potential fix for that init error you're getting. One of these days we'll get it working!
So when that particular line fails, it should recover and just keep going with the initialization process. Is `ma_device_init_ex()` actually returning an error?
OK, that's annoying. I'm out of ideas for now. I think it might be easier to just wait until I've got a compatible version of Windows to do my own...