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 8e9c81d9c3 Updated readme 2015-02-19 20:25:39 +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 Updated readme 2015-02-19 20:25:39 +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

  • Current size: 1.04kb
  • Current minified size: 0.64kb

To use:

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

// later....
soundbox.play("beep", function() {
	// do stuff
}); // the callback is optional

Download