beatworker
v1.0.0
Published
Use a web worker to detect beats in of an audio source
Downloads
1
Readme
beatworker
Use a web worker to detect beats in of an audio source.
Installation
bower install beatworker
Usage
beatworker(audio.src, function(beatTimeIndexes){
});
beatTimeIndexes is an array of times in milliseconds when each detected beat occurs.