ippa / jaws

Jaws - HTML5 canvas javascript 2D Game Framework
https://jawsjs.ippa.se
GNU Lesser General Public License v3.0
364 stars 75 forks source link

Audio.js: jaws.Audio and its unit tests #91

Closed videlais closed 11 years ago

videlais commented 11 years ago

Changes: -- jaws.Audio!

Finally, the introduction of an official jaws.Audio object that uses jaws.assets to detect and load supported audio file formats. (Currently checks for WAV, OGG, MP3, AAC, MKA, WEBA, and FLAC support.)

-- Addition of tones{aac, flac, mka, mp3, ogg, wav} in test/assets for testing Audio object in most modern browsers.

-- Preliminary unit tests for audio.js.

-- Commented out testing for text.js and quadtree.js in test/index.html (new versions and testing to follow soon)

ippa commented 11 years ago

I'll put this in extras/ and see what I can do with the jaws.assets.get("song.*") until a later point