An open API service indexing awesome lists of open source software.

https://github.com/unfold/howl

Flash audio bridge
https://github.com/unfold/howl

Last synced: 6 months ago
JSON representation

Flash audio bridge

Awesome Lists containing this project

README

          

Very simple Flash audio bridge.

h2. Why?

"The State of HTML5 Audio":http://www.phoboslab.org/log/2011/03/the-state-of-html5-audio

h2. Usage

@Howl.swf?manifest=mymanifest.json@

Where manifest is a JSON with the format:


[
{'url': 'sounds/laser.mp3'},
{'url': 'sounds/woosh.mp3'},
{'url': 'sounds/music.mp3', 'loop': true}
]