Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to use

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-container and a name attribute like shown above.
  • audio track must have a name attribute and an url attribute (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.

credits

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.

About

This is an automatic various multitrack audio player ( with live fft of each track under firefox)

Resources

Stars

10 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages