cwilso / AudioRecorder

Simple live audio file recorder, based on RecorderJS
MIT License
421 stars 168 forks source link

Mute/un-mute & chaning volume #17

Closed sonnyk22 closed 8 years ago

sonnyk22 commented 8 years ago

I have a few quick questions regarding the AudioRecorder app.

In my browser, once I grants access to my audio microphone, in JavaScript via the Audio API, is there a way to:

1) Mute and un-mute the microphone? 2) Manually change the microphone volume? 3) An Audio API function returning a Boolean flag (or any object) letting me know if the microphone is inaccessible (not working)?