Adam Stark

Results 71 comments of Adam Stark

Another update here - I've now moved the audio sample conversion functions to a dedicated `AudioSampleConverter` struct and added explicit unit tests for each conversion function. I have validated the...

Hey, a final bit of news on this - I went on a bit of a deep-dive and ended up working out a new solution for writing to and reading...

I've wanted to get rid of that table for ages - nice! My only question is that I don't know the licence of the gist you based it on... we...

Thanks for this! I'm really bad at cmake haha, so forgive me if my questions are stupid. Does the moving of the `D_USE_MATH_DEFINES`flag to the `examples` and `tests` CMakeLists.txt files...

Thank you for this! I am sorry I have not come back to you on it sooner - I am trying to find some time to review properly but I...

It depends on the audio that is being tracked - sometimes the beat detection can be prone to tapping 'on the off-beat' as an error. Or at a slower tempo...

It's hard to say without seeing the specific example, but the algorithm's tempo estimation and beat location parts are actually separate. The beat detection is based upon a sense of...

It's hard to comment fully without seeing your code or an audio example, but it's important to say that beat tracking is a subjective task - your perception that the...

If you're happy to provide some example of how you are using the library I can try to see if there is a code issue to resolve

One final thing to add - I just remembered that 15 years ago when I wrote this, we used the tempo specifically calculated as the time between beats output by...