1
0
Fork 0
A super simple JS library for playing sound effects - this is a read-only backup mirror of the main Github repository https://github.com/sbrl/soundbox
Go to file
Starbeamrainbowlabs a1df146663 Update README.md 2015-02-17 10:13:49 +00:00
LICENSE Initial commit 2015-02-17 10:03:09 +00:00
README.md Update README.md 2015-02-17 10:13:49 +00:00
soundbox.js Create soundbox.js 2015-02-17 10:12:05 +00:00

README.md

soundbox

A super simple JS library for playing sound effects

To use:

var soundbox = new SoundBox();
soundbox.add("beep", "beep.wav");

// later....
soundbox.play("beep");