respeaker / respeaker_python_library

To build voice enabled objects/applications with Python and ReSpeaker
Apache License 2.0
149 stars 74 forks source link

Fix call to hid.enumerate() #19

Open jcftang opened 7 years ago

jcftang commented 7 years ago

The current version of hidapi expects argumentes to be passed in

This was on OSX with python 2.7.9, I'm not entirely sure if this is needed on other platforms where hidapi might be different.