WilliamHiggs / submariner-visuals

🎥 Visuals for Submariners live set September 2018
https://www.facebook.com/Submarinermusic/
0 stars 0 forks source link

Add beat detection for more features #1

Open WilliamHiggs opened 6 years ago

WilliamHiggs commented 6 years ago

http://denvycom.com/blog/detect-beats-extract-amplitude-data-from-an-audio-file-using-nodejs/

Here is a good blog on using the web audio api to detect peaks in the PCM data.

🥁 Snare hits could trigger additional animations or colour changes.


WilliamHiggs commented 6 years ago

Added basic peak detection. The data needs to still be PCM though. Will work on this further.