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

Beat detection #1

Open
4 tasks
manio143 opened this issue Jan 25, 2024 · 0 comments
Open
4 tasks

Beat detection #1

manio143 opened this issue Jan 25, 2024 · 0 comments

Comments

@manio143
Copy link
Owner

The main concept of RotU is clicking buttons to the beat.
For MVP what I'm looking for is to get a list of timestamps for a music file.

Initial work into this was done in https://github.com/manio143/BeatDetection

However, I'm not sure if my work provides sufficient beat quality. With help of ChatGPT I discovered some options in the form of Python libraries. For example libROSA can be used to extract the beats.

  • compare output of my code with other solutions to choose the best one
  • design a simple pipeline of generating a text file with beats from a WAV file
  • create a Stride package with the sound and beats assets (custom asset for post MVP)
  • implement beat visualization (color change of screen within delta time of a beat)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant