Brian Kendall

Results 142 comments of Brian Kendall

In case anyone's interested, I have a somewhat hacky fix for this issue by having the bot attempt to replay a YouTube track up to two times if it gets...

I don't know how the anti-cheat systems work, but my guess is that they do a checksum of various system DLLs (like dinput8.dll) to make sure they're the legit copies....

This would be a relatively straight forward feature so long as there's a reasonable way to get the full instance ID of a device given its `DIDEVICEINSTANCE` structure that's provided...

Sounds good! [I've posted a question on Stack Overflow](https://stackoverflow.com/questions/76401271/when-enumerating-devices-using-directinput-is-there-a-way-to-get-a-devices-ful) hoping that someone there might be able to help, though I've been finding that site to be of limited usefulness lately....

I've placed a bounty on the question. Hopefully that'll get us closer to an answer. I'm not sure if it's possible to add to an existing bounty, but if it...

I think I've figured out how to get at the devices' full instance ID. I'm going to try and make an experimental build of devreorder that allows ordering devices using...

Thanks for checking in. Sadly I've had very little time these last couple of months to work on it. I might be able to finally get something done in August...

Would any of you be willing to try out this test build? [ProxyAudioDevice_v1.0.7b1_overrun-test.zip](https://github.com/briankendall/proxy-audio-device/files/11580231/ProxyAudioDevice_v1.0.7b1_overrun-test.zip) To install it, copy the driver in that archive over top of the old one like you...

I was just playing around with this test build today, and it seems to get into a state where it will start continuously outputting garbled audio or irritating tones, particularly...

Actually, now that you mention it, setting it to be active "when proxied device is active" might be a helpful workaround. I think the issue could still come up when...