1
0
Fork 0
mirror of https://github.com/sbrl/soundbox.git synced 2018-01-10 21:33:43 +00:00
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
2015-02-17 10:14:29 +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 Update soundbox.js 2015-02-17 10:14:29 +00:00

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");