Jeff Weiss
Jeff Weiss
When I unsync the myo (by removing it from my arm), `on_pose()` is triggered in my DeviceListener class prior to `on_arm_unsynced()`. This results in a ValueError when I try to...
This update prevents initializing `IAudioClient` object with incompatible flags when using exclusive mode. This fixes the `"invalid argument"` error but instead results in an `"unsupported format"` error. I added links...
Hi, I am attempting to generate real-time audio with low latency on a Windows 10 system with python 3.7. If I try to set the `exclusive_mode` argument to `speaker.player()` to...