# Webaudio Volume Control
_Avoid damaging the ears of your audience when you demo your WebAudio project_
## Extensions for master Volume Control of WebAudio
Extensions for Firefox and Chrome that adds a volume control slider in a dropdown from a toolbar button. The slider controls audio level (master gain) for all WebAudio based audio on a given page.
## Builds
Packaged extensions are in the [build directory](https://github.com/notthetup/webaudio-volume-control/tree/master/build)
## How does this work??
The extensions inject JavaScript in every page which takes adds a `GainNode` before every `AudioContext.destination`. It then wraps around the AudioContext contrustors and returns the `GainNode` for the `destination` property.
## Why??
Many times, especially when using HDMI projectors, local volume control on laptops get disabled (HDMI does the Audio I/O). So when demoing WebAudio based projects, the audio might be too loud, but there is no way to control it. With this extension you'll be able to control the audio level within the browser iteself.
## Logo
Using the epic [(un)official WebAudio Logo from logo.js](https://github.com/voodootikigod/logo.js/tree/master/webaudio)
## Issues
Because of the totally hackish way this is implemented this might break in some edge case scenarios. Please file issues and we can try to fix it.
Extore is a team of professionals who are passionate about creating extensions for web browsers. This devotion also gives us opportunity to appreciate work of other people. We get inspired by useful, open source extensions made by developers all over the world. Our strong belief is that one should share helpful add-ons with others. That’s why we’d like to present you our ever-growing list of favourite extensions that have inspired us. Moreover, as you probably have already learned, sometimes struggling for the best brings an end to the good. Talking about add-ons it often turns out that an upgrade is worse then previous version. Also it can become really tricky to get back to the beloved version of your favourite extension. That’s why we’re going to make not only the latest, but all versions of our favourite (and we hope yours too) add-ons available for download. No more compromises, just stick to the version you really like!