microphone volume control from javascript

Posted by paleozogt on Stack Overflow See other posts from Stack Overflow or by paleozogt
Published on 2011-01-16T18:28:34Z Indexed on 2011/01/16 18:53 UTC
Read the original article Hit count: 550

Filed under:
|
|
|

I'd like to be able to control the system microphone volume from the browser.

I know that the microphone can be recorded from using Flash or Silverlight, but these don't allow control of the microphone volume. (Flash has Microphone.gain, but as its just a software multiplier, it doesn't help when the system mic volume is muted or too loud.)

I've heard that HTML5 will have some sort of microphone access, but whether it will allow volume control is unclear to me. At any rate, I don't think any browsers support it yet.

Are there any plugins that would allow volume control? The old Google Gears project has some AudioApi docs, though these don't seem to have made it into the actual plugin. There's also the Google Talk plugin- it seems to do some kind of gain control, but its unclear if there's an api to the plugin.

Perhaps there's a draft HTML5 implementation plugin for microphone access (like indexeddb, for example)?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about browser