const context = new AudioContext();
const volume = context.createGain();
//lower the output volume cause loud
volume.gain.value = 0.5;
//connect volume to the audio destination, which will eventually be your computer speakers
volume.connect(context.destination);
Up & Running
Why Should I Care?
Sounds enhance our user experience with silent technologies
Excellent Demos and Documentation
Loop Drop
Very cool digital audio workstation run from an Electron shell and written entirely in Javascript.
https://github.com/mmckegg/loop-drop-app
Ambient Drone
For very chilling
http://matt-diamond.com/drone.html
Plink
game meets composition (addictive)
http://dinahmoelabs.com/plink
Motion Detection Xylophone
Play a xylophone in your browser window using your webcam