mdiehr / Spielmatrix

A tile-based game engine for prototyping abstract games.
3 stars 0 forks source link

Audio Support #4

Closed mdiehr closed 9 years ago

mdiehr commented 9 years ago

Include audio support. Goals: Simple API, Lightweight, works in browser, iPhone, iPad, Android

Candidates:

Howler.js

https://github.com/goldfire/howler.js/tree/2.0 or howlerjs.com

CreateJS SoundJS

http://createjs.com/SoundJS

Audio5js

http://zohararad.github.io/audio5js/

Further reading: http://www.ibm.com/developerworks/library/wa-ioshtml5/

mdiehr commented 9 years ago

Note: http://stackoverflow.com/questions/9553415/how-did-scirra-get-html5-audio-so-perfect-in-construct-2

mdiehr commented 9 years ago

working on this in the feature/audio branch. Decided to go with howler.js.

mdiehr commented 9 years ago

Going to add a build pipeline, too http://sox.sourceforge.net/Docs/Features

mdiehr commented 9 years ago

Build pipeline added.

mdiehr commented 9 years ago

All done