Question

Please take a look at this web audio recording example by Chris Wilson: http://webaudiodemos.appspot.com/AudioRecorder/index.html

Here the default browser behaviour is asking the user permission, if granted audio gets captured. However there is no information about the input source. I guess it's defaults to the microphone.

Is it possible to give the user a prompt for selecting the desired input (for someone who has a fancy/professional sound card with many input channels) before recording audio with html5?

Thanks

Was it helpful?

Solution

No. You cannot know or set the audio input or output with client-side javascript.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top