The navigator.getUserMedia(....)
call can be used in some modern browser to record audio in Javascript.
Is there a way to adjust/set the input volume level of the microphone?
The setting for this is not always optimal. Sometimes the microphone is set to record only at a very very low input volume. Sure the user could adjust manually the input volume level in his system, but most of my users might lack the knowledge to do this. Therefore it would be best I could adjust the microphone volume dynamically inside of the very JavaScript application which records the data via the "navigator.getUserMedia(....)
" way?
Are there solutions out there to influence this input volume level of the microphone?