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

Implement music beat detection #47

Open
BaptisteHudyma opened this issue Nov 22, 2024 · 0 comments
Open

Implement music beat detection #47

BaptisteHudyma opened this issue Nov 22, 2024 · 0 comments

Comments

@BaptisteHudyma
Copy link
Owner

Now that the sound modes are back, and the FFT is correct, the beat detection should be added back.

The original beat detection was based only on sound intensity, and that is dumb.
The new beat detection shall use the fft results and infer a beat detection result per fft bins.
This will allow modes to choose a base beat frequency, and make for more options.

Here is a link to an implementation close to the desired on

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

1 participant