bwhitman / respeaker-xmos-hid

Python & C hidapi examples for the "Respeaker" microphone array to show angle & VAD information
19 stars 16 forks source link

HIDAPI install #1

Open ncannings opened 7 years ago

ncannings commented 7 years ago

How did you install hidapi onto your respeaker? Opkg doesn't seem to have any of the dependencies

I reimplemented your code (based on this using the inbuilt usb_hid function (which relies on PyUSB), but if doesn't support a non-blocking mode, so you can't get real-time VAD, which is the cool part of your code.

Thanks