rickhurkens/beatdetektor_from_audioIn
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
BeatDetektor_from_audioIn sending the results through socketio. ---- This project analyzes the sound from an audio input device to get the current bpm. The bpm is sent to the express webserver using socket.io. ---- Usage executing `node index.js` starts up the web server. Then browse to http://localhost:3000/ ---- Makes use of cjcliffe's BeatDetektor BPM detection library: https://github.com/cjcliffe/beatdetektor