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
142 stars 66 forks source link

Windows 10: Simple scripts not working #59

Closed Bill-M123 closed 3 years ago

Bill-M123 commented 3 years ago

I am having trouble running the python scripts in the USB mic array intro. I am running on Windows 10. The symptom is that the tuning.py and the DOA.py both seem to be running, but return no information or error messages.

Other info:

I have been successful at connecting the array to Audacity, and things work fine. The leds point in the right direction, and I can capture, replay, and analyze all 6 channels.

I have loaded pyaudio into my conda environment, and s_r.Microphone.list_microphone_names()
returns both ReSpeaker 4 Mic Array (UAC1.0) and Speakers (ReSpeaker 4 Mic Array (UAC1.0).

I have also been through several guides on setting microphone permissions on Windows 10, and I suspect that the problem is here, but I am not sure.

Does anyone else actually have this array running on Windows 10?