speech_recognition
speech_recognition copied to clipboard
Add support to microphones containing multiple channels
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.
But AudioData() will have some bugs, since this class has made the channel as 1 .