adamstark / BTrack

A Real-Time Beat Tracker
GNU General Public License v3.0
384 stars 79 forks source link

Question about sample rate #12

Closed sevagh closed 4 years ago

sevagh commented 4 years ago

In the code there are some instances of 44100 hardcoded. Does that mean the input audio frames are expected to have a sampling rate of 44100?

adamstark commented 4 years ago

I believe so, yes (it was 11 or 12 years ago that I initially wrote this algorithm). I would ideally update it to run on any sample rate but I'd need some time to do that with a cool head :)