it is possible to access different microphones at the same time using getUserMedia()
?
This whould be useful to
- filter out background noise;
- create some sort of stereoscopic effect;
- make available multiple audio tracks for an international streaming conference.
Apparently, it is quite tricky for video source: Capture video from several webcams with getUserMedia
I was wondering if, for the audio source, the problem was different.