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 d4c0f2683d Added missing files... oops! 2015-02-19 20:21:07 +00:00
examplesounds Added missing files... oops! 2015-02-19 20:21:07 +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
example.html Added missing files... oops! 2015-02-19 20:21:07 +00:00
soundbox.js Bugfixed, tested, and added example 2015-02-19 20:17:16 +00:00
soundbox.min.js Added missing files... oops! 2015-02-19 20:21:07 +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");