Skip to content

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).

Notifications You must be signed in to change notification settings

AarjavJain101/beat_detection_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

  • 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).

About

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).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published