kittykatattack / sound.js

A micro-library to load, play and generate sound effects and music for games and interactive applications
300 stars 44 forks source link

Updated to include onProgress and onFailed callback functions #15

Closed parogers closed 7 years ago

parogers commented 7 years ago

I've tweaked sound.js to include callback functions: onProgress (so the caller can track load progress and show a status bar), onFailed (so the caller can be notified when assets fail to load)