A simple audio helper for JawsJS

Since I plan to use JawsJS for the upcoming Ludum Dare compo, and considering the differences in audio format support by different browsers, I rolled a simple helper module to reduce my work… sort of (I’ll have to encode each sound file in both mp3 and ogg formats.) If anyone is interested, I’ve put it in this github repository:

https://github.com/rinaka/rinaka_ld25_basecode

 

Comments

ricardo.nakamura
14. Dec 2012 · 23:56 UTC
Last minute update: added a bitmap font helper to draw bitmap fonts with JawsJS. Available on the GitHub repo.