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

RhythmExtractor2013 ticks doesn't accurately provide the information of when the first beat occurs #1386

Open
jumeca opened this issue Nov 15, 2023 · 2 comments

Comments

@jumeca
Copy link

jumeca commented Nov 15, 2023

I'm using RhythmExtractor2013 degara algorithm to analyse a song and get the ticks and bpm in order to autosync a song with another song playing. I thought that ticks[0] will give me the time when the first beat occurs. However, this song I'm using has some silence at the beginning and the ticks[0] is definitely not where the first beat occurs. Am I misunderstanding something?

@dbogdanov
Copy link
Member

Thank you for reporting. This algorithm is based on a probabilistic model, and this issue can happen. If you have a specific audio example that you can share, this would help reproduce it and possibly improve the algorithm in the future.

@jumeca
Copy link
Author

jumeca commented Nov 18, 2023

Thank you for your response. This is the audio file: https://drive.google.com/file/d/1C0UBsvIBNwBDLeU5wLYMq2EOWeM4i1zC/view?usp=sharing

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

No branches or pull requests

2 participants