Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

So-so detection ? #8

Open
ksuedile opened this issue Apr 13, 2020 · 2 comments
Open

So-so detection ? #8

ksuedile opened this issue Apr 13, 2020 · 2 comments

Comments

@ksuedile
Copy link

Hello,
i tried to run your lib against the carmen overture from bizet, and it resulted as only 32 beats found...

@Humphreybas
Copy link

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.

@dodiku
Copy link
Owner

dodiku commented Nov 1, 2020

@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.

I appreciate both of your feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants