-
Notifications
You must be signed in to change notification settings - Fork 5
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
realtime-bpm-analyzer new release #4
Comments
Hello! |
Hello @dlepaux! Could you please help me to debug? I switched to v3 but the realtime detection (via mic) doesn't work now (never stabilizes). Here is the staging: The connections start here: https://github.com/webmaxru/bpm-counter/blob/v3/src/Home.js#L50 P.S. It would be cool to have a code sample for "from air" detection (case for DJs) in the documentation - this is exactly what BPM Techno was built for :) |
Hi @webmaxru ! |
The v3.2.1 release is out with couple of explanations and documentation fixes. |
Hi @webmaxru,
Thank you for using realtime-bpm-analyzer !
I've released an improved version that uses AudioWorklet instead of ScriptNodeProcessor (https://developer.mozilla.org/en-US/docs/Web/API/ScriptProcessorNode).
I invite you to upgrade to v3, all versions below are now deprecated (because they use ScriptNodeProcessor).
If you have questions or feedbacks about the library let me know !
Thank you and have happy coding.
The text was updated successfully, but these errors were encountered: