music-beat-detector is a library that analyzes a music stream and detects any beat. It can be used to control lights or any magic effect by the music wave.
-
Updated
Sep 9, 2022 - JavaScript
music-beat-detector is a library that analyzes a music stream and detects any beat. It can be used to control lights or any magic effect by the music wave.
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).
CLI tool to import custom music into Crypt of the Necrodancer without being in-game
Add a description, image, and links to the beat-detection topic page so that developers can more easily learn about it.
To associate your repository with the beat-detection topic, visit your repo's landing page and select "manage topics."