I am creating speech to text web application. I want to use default system Audio Input device as microphone. I want to provide a feature which is user can change Microphones while the application is running. I am able to detect the list of audio and input devices connected but not able to change the Audio Input Device. Can anyone provide a way to implement this functionality?
Asked
Active
Viewed 508 times
0
-
See [What constraints should I pass to getUserMedia() in order to get two video mediaStreamTracks?](https://stackoverflow.com/questions/33761770/what-constraints-should-i-pass-to-getusermedia-in-order-to-get-two-video-media) – guest271314 Jan 23 '18 at 07:10
-
The above link which you have provided is to set a particular device from a list of devices. This is my second task. Firstly, I want to use a default device of system from a list of Audio Input Devices. – Himanshu Garg Jan 23 '18 at 07:26
-
The list should contain all of the audio input devices. – guest271314 Jan 23 '18 at 07:29
-
1Thanks @guest271314 for your suggestions. It worked for me – Himanshu Garg Jan 24 '18 at 06:42