respeaker / respeaker_python_library

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

Microphone.py question #43

Closed auvilink closed 5 years ago

auvilink commented 6 years ago

Hi, there,

I am using Respeaker USB 4 Mic Array (you might have the same mic array) for speech recognition.

This mic array has 6 channel audio output, so which channel does this microphone.py speech recognition actually use?

As far as I understand, the first channel (channel 0) is the one processed for asr, any chance we can use that channel?

Thank you.

xiongyihui commented 6 years ago

@auvilink If you just want the first channel, you can use the mono channel firmware. See https://github.com/respeaker/usb_4_mic_array

KillingJacky commented 5 years ago

Will close this issue, please open a new issue if you have further questions.