Is there a way to find the drop of a song using p5.js audio module?
How should I proceed ? Thank you for your time
Can you please try to be more specific? What is the drop of a song? Are you talking about drag and drop functionality?
I mean when the bass drops and the good part of the song comes . At what point in the timeline of the song.
If you’re just trying to see the waveform, use this: https://www.sonicvisualiser.org/
Here are some papers on automatic detection of “the drop” in music analysis:
- http://www.terasoft.com.tw/conf/ismir2014/proceedings/T026_297_Paper.pdf
- http://ceur-ws.org/Vol-1263/mediaeval2014_submission_88.pdf
I believe that p5.sound is fairly limited in terms of built-in analysis – it has fft and amplitude.
1 Like