I have a few quick questions regarding the Web Audio API. I am developing in JavaScript (AngularJS).
A great demo app that I am using is at: https://webaudiodemos.appspot.com/AudioRecorder/index.html
Once I grant access to my audio microphone in my Chrome browser, using the Audio API, is there a way to:
- Mute and un-mute the microphone?
- Manually changing the microphone volume from JavaScript?
- An Audio API function returning a Boolean flag (or any object) letting me know if the microphone is inaccessible (not working)?
I have found a few links on StackOverflow, but they have not given me the key information that I can use for my need: