Manipulating Minim library for more accurate beat detection?

edited September 2016 in Library Questions

Hello, I've been looking at the minim library to implement a sort of DSP on my project. Simply put, I would like to detect the beats of an audio file, namely, the high, mid and low frequencies.

The minim website has a good amount of documentation, but I am unable to wrap my head around some of the concepts. To start, the library includes an inbuilt beat detection function.

However during my testing, the detected onset are not accurate. Naturally this boils down to the different genre and type of music the library was built on and the audio input I have fed the function. I have tried altering the values in the given example but I am unable to understand how the

beat.isRange(lowBand, highBand, numberOfOnsetsThreshold)

works.

Would I be better of implementing my own beat detection using FFT if I would just like to achieve generally accurate beat detection for most genre of music? And if so, are there any examples on how to do so once I have audio spectrum composed?

Tagged:

Answers

Sign In or Register to comment.