Yesterday, I made the first release of shitsound. jquery.shitsound.js is a shit sound player for web browsers. Listen (demo): http://rene.f0o.com/~rene/shitsound Source code: https://www.bitbucket.org/illume/shitsound Used like this: $.snd.init({}, function () { // we are ready to play sounds! Brilliant. $.snd.play('hello'); }); shitsound only does a few things with sound:: play, stop, stopAll jquery.awesound.js might do: changing volume, pitch, playing with a different tempo, playing in stereo, 3d sound, etc. jquery.shitsound can not do any of this fancy stuff. It can just play sounds, and stop playing them. shitsound detects which implementation to use at init time. html5, using the html5 audio tag. embed, for using the embed tag. soundmanager1, for old flash 7. soundmanager2, for modern flash (8,9,10+). empty, pretend implementation that does nothing. It currently requires jquery, since I use jquery. However it could quite