JAI - HTML5 Javascript Audio Interface
J.A.I. or “Javascript Audio Interface” is the world’s first javascript interface for web <audio>
. JAI show us how HTML5 is changing the face of the Web for developers. JAI uses no images for it’s player interface, all the graphics are rendered to a <canvas>
element at run-time. The click-able play-list area is a list of links that are style using CSS. JAI is designed to provide juke-box functionality to <audio>
enabled browsers that use the Ogg Vorbis audio codec.
The most important thing to mention about JAI is the fact that it reads standard HTML5 <audio>
tags from the HTML document. Anything between the start and the end of the audio tag, is only rendered when the browser does not support HTML5 audio. This allows you to offer fall-back content to users with older browsers.
Demo: http://hyper-metrix.com/misc/jai/
License: License free