respeaker / usb_4_mic_array

ReSpeaker 4 Mic Array with builtin VAD, DOA, AEC, Beamforming & NS
https://www.seeedstudio.com/ReSpeaker-Mic-Array-v2.0-p-3053.html
Apache License 2.0
141 stars 65 forks source link

use specific vid / pid #12

Closed benklop closed 6 years ago

benklop commented 6 years ago

This is much safer than just updating firmware on whatever happens to be attached, regardless of if it is a respeaker or not.

xiongyihui commented 6 years ago

It will only find devices with DFU interface which is a standard USB interface. The script can be used by other devices. As you said, it's safer to only find the mic array. Thanks.