I am developing a project using python in speech recognition. In that, I need to recognize audio from multiple microphones. The application is based on Azure Cognitive Services and the assistant need to handle multiple microphones. I have seen similar SO thread for 2 microphones. But in this scenario I need to handle multiple microphones, more than 2.
My question is to know, is there any way to connect multiple microphones to my device to access the application features?
I am using latest python version. I didn't find anything specific to multiple audio handling at the same moment. Any help can be appreciated.