You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also couldn't get really satisfying results so I looked in the code and realised that for good results you should dive into the modules mentioned in the readme:
AudioOwl is using librosa and RNN models to run fast analysis of music files
This AudioOwl module gives a very simple interface to these modules, I think we should rather use it as an example how to use librosa and RNN models than as a fits-all solution to do beat analysis.
@dodiku , thanks for your work. I think it might be helpful to add a little note to the readme, mentioning that for improved detection people should dive into librosa/RNN models.
@ksuedile Thanks for the feedback. Beat detection is still a challenging task for small Python packages, but I'm sure there'e room for improvement here. Since the last update of AudioOwl, librosa has improved and new RNN and CNN models have been proven to be more accurate for some cases. A more robust interface for AudioOwl might be able to provide these options.
@Humphreybas That's a good idea. I'm not sure when I'll be available to update AudioOwl, but I'd appreciate any pull request.
Hello,
i tried to run your lib against the carmen overture from bizet, and it resulted as only 32 beats found...
The text was updated successfully, but these errors were encountered: