BTrack icon indicating copy to clipboard operation
BTrack copied to clipboard

A Real-Time Beat Tracker

Results 10 BTrack issues
Sort by recently updated
recently updated
newest added

Hi, thank you for sharing this library! I have some question about this implementation: 1. Why swapping of the windowed time-domain signal before taking FFT while calculating ODF, but no...

It happens rarely and only for a few samples.. but when it happens, it messes up all downstream calculations. I'm running BTrack with a blocksize of 512 which doesn't require...

First off, this is a great project! Thanks for making it open source. I played around with it a bit, and I'd like to make a PR to update the...

Hi, thank you again for sharing this library! I have observed that this algorithm outputs downbeat/upbeat alternatively. For example we have a 30-second music piece, in the first 15 second,...

Hi, I'm having a little trouble on how to use your BTrack. Can you make a simple program using your BTrack? I really appreciate it

Hi! I'm pretty sure I've followed every guideline, but btrack object is never recognized in Max (in MacOs Sierra). Any hints? Thanks in advance.

Hi, An error occurs when trying to build the application - 'Rotate is not a member of std' >> std::rotate (frame.begin(), frame.begin() + hopSize, frame.end()); as well - error: ninja:...

The detection works fine, the tempo also gets measured correct. But the Beat event only gets triggered with half tempo. is this intentional? Btw, could you review my PR?

Thanks Adam for this great repository and for sharing it with everyone. I compiled it and found that the BPM values are most of the time a bit lower (1...

Hi, is it possible to perform real time tracking in Python? How would I access the "beatDueInFrame" equivalent? Thank you for any advice or direction!