mic_array icon indicating copy to clipboard operation
mic_array copied to clipboard

DOA, VAD and KWS for ReSpeaker Microphone Array

Results 22 mic_array issues
Sort by recently updated
recently updated
newest added

I am getting an error when i am running this code. ``` import speech_recognition as sr listner = sr.Recognizer() try: with sr.Microphone() as source: voice = listner.listen(source) command = listner.recognize_google(voice)...

while printing the name of device , max input channel and max output channel, this was my output `'ReSpeaker 4 Mic Array (UAC1.0): USB Audio (hw:2,0)' 6 2` I guess...

I'm using ReSpeaker 6-Mic Circular Array kit for Raspberry Pi. Can I apply this library to it? I ran mic_array.py but I got error below. I want to know how...

I am currently testing ReSpeaker 6-Mic Circular Array for DOA. I have used https://github.com/respeaker/mic_array/blob/master/mic_array.py. There is test_8mic() which should produce the direction of sound arrival. But when I run it...

When trying to run only the vad & doa python script the output is extremely noisy and crashes with a foating point exception after a while locking the session.

when I started step 1; **pi@raspberrypi:~ $ sudo pip install pyusb** Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: pyusb in /usr/local/lib/python3.7/dist-packages (1.0.2) **pi@raspberrypi:~ $ sudo python pixel_ring.py** No USB...

My device is [ReSpeaker USB Mic Array](https://wiki.seeedstudio.com/ReSpeaker-USB-Mic-Array/#extract-voice). In that page, it said that I could extract VOA from the hardware. But for some kind of reason, we have to calculate...

Hi. The [4 mic array product page ](https://respeaker.io/4_mic_array/) mentioned noise suppression as a software capability. How can I enable NS on the 2 mic and 4 mic arrays on a...