Using the FFT library, is it possible to get the beats per minute?

Hello,

Please include references when discussing a library.

FFT is part of the Processing sound library:

I have a deep voice and was beeping like a metronome to test some code out.
I actually made “beep” sounds.

Steps:

I was able to get the time between “beeps” in this first attempt.

It would require a lot more work to clean this up and work with a broader spectrum of sound with a “beat” hidden in there.

Some of the filters look like something to try; depends on what the “beat” is that you are filtering.

Sometimes you have to write your own code from what is available in existing libraries.

This is an academic exercise from what I have gleaned from your other posts so I will not be sharing code.

:)