download the source code HERE
in the index.html, replace all the blocs by the ones you want
<div class='audio-container' name='Example with existing sources'>
<audio name="fisrt source" url="./data/sample.ogg"></audio>
<audio name="second source" url="./data/sample.ogg"></audio>
<audio name="third source" url="./data/sample.ogg"></audio>
</div>- each bloc must have the class
audio-containerand anameattribute like shown above. - audio track must have a
nameattribute and anurlattribute (not src !) - all the audio tracks must be in the same domain than your webpage.
And that's all.. This seems more stable Under Firefox. Moreover if you open the page with a modern firefox you will have displayed the FFT of all the tracks beeing played.
this player has been designed by Bastien Liutkus www.binarymind.org and released under the terms of the BSD license. don't hesitate to contact if you find any issue.
please acknowledge when using it.