BPM-Node is a BPM detection application built with Node.js. This project was bootstrapped with Create React App.
You can visit https://bpm-node.herokuapp.com/ to give a try.
Select the audio file which to process, then choose the tempo estimation range. The BPM will be displayed after the calculation is complete.
- Basic feature
- Choosing tempo estimation range
- Add validation to form
- Delay or stuttering may happen when the calculation started, depends on the file which processed
Clone
git clone https://github.com/prasiman/bpm-node.gitInstall dependencies:
npm installRun at http://localhost:3000/:
npm startBuild:
npm run buildPrasetyo Iman Nugroho. Mail me at pras_iman@hotmail.com.