respeaker/respeaker_python_library

Input device detection in microphone.py

Opened this issue · 0 comments

Hi, in the init method you traverse all input devices until a device with "respeaker" in its name is found. The name of my 4 mic-array is "seed4micvoicec" and is thus not recognized as correct device. Can you either add a parameter to specify an input device id when creating a Microphone or make the text ("respeaker") parameterizable?
Thanks!