d13 Posted September 4, 2014 Share Posted September 4, 2014 I'm working on a very simple lightweight wrapper for game sounds using the WebAudio API.Just in case anyone out there can use it, here it is: https://gist.github.com/kittykatattack/cd41b480e94fd32d8ad5 Quote Link to comment Share on other sites More sharing options...
d13 Posted November 18, 2014 Author Share Posted November 18, 2014 I'm working on a very simple lightweight wrapper for game sounds using the WebAudio API.Just in case anyone out there can use it, here it is: https://gist.github.com/kittykatattack/cd41b480e94fd32d8ad5 .... I did a lot more work on it.There's now a sound manager to help load sound files and access them.I also added echo, reverb, and playRate effects.And there's a new `soundEffect` function that can generate a huge variety of sound effects and music from scratch using pure code.Here's the new repository: https://github.com/kittykatattack/sound.js Quote Link to comment Share on other sites More sharing options...
fushi Posted November 28, 2014 Share Posted November 28, 2014 Hey, just want to say thanks - I'm using your wrapper in my game and it works beautifully. Keep up the good work! Quote Link to comment Share on other sites More sharing options...
d13 Posted November 29, 2014 Author Share Posted November 29, 2014 Hey, just want to say thanks - I'm using your wrapper in my game and it works beautifully. Keep up the good work!Thanks!If you find any bugs, please post an issue on GitHub and I'll fix it right away Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.