CPJKU / madmom

Python audio and music signal processing library
https://madmom.readthedocs.io
Other
1.35k stars 206 forks source link

If look_ahead is not set, a constant tempo throughout the whole piece is assumed. How to not set look_ahead? #514

Closed inikishev closed 2 years ago

inikishev commented 2 years ago

it has a default value=10 already set. how do I "unset" it? I tried setting to 0 but that didn't work

its an argument for madmom.features.beats.BeatTrackingProcessor

inikishev commented 2 years ago

Found it, I set it to None. Thanks for the library!