Skip to content
#

beat-detection

Here are 4 public repositories matching this topic...

This is the web implementation of my beat detection algorithm hosted using netlify. Unfortunately it does not perform as well as the Python and C++ implementations as Web Audio Api limits the number of samples taken at a time (128) and Chrome limits its sample rate to 48000Hz ONLY. This results in atrocious frequency precision (375 Hz increments).

  • Updated Aug 21, 2023
  • JavaScript

Improve this page

Add a description, image, and links to the beat-detection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the beat-detection topic, visit your repo's landing page and select "manage topics."

Learn more