speech_recognition icon indicating copy to clipboard operation
speech_recognition copied to clipboard

Add support to microphones containing multiple channels

Open paulomarcos opened this issue 5 years ago • 1 comments

Microphones such as the ReSpeaker Array v2 contain multiple channels. Since speech_recognition does not provide support for multiple channels in its Microphone class, I added the support for it.

paulomarcos avatar Sep 27 '19 02:09 paulomarcos

But AudioData() will have some bugs, since this class has made the channel as 1 .

bygreencn avatar Oct 27 '23 07:10 bygreencn