With this pull request, you can read audio from multiple microphones. I set the default to 2 microphones at the moment, but it is extensible for 4 microphones.
In addition, I made the choice to save the audio from each microphone into their own separate .wav file. I think this would make it easier to process down the line instead of having to try and separate the audio channel from a single source.
With this pull request, you can read audio from multiple microphones. I set the default to 2 microphones at the moment, but it is extensible for 4 microphones.
In addition, I made the choice to save the audio from each microphone into their own separate
.wav
file. I think this would make it easier to process down the line instead of having to try and separate the audio channel from a single source.