Posts with tag bpm

Detecting tempo of a song using browser's Audio API

This article explains some ideas behind a small project to detect the tempo of a song using the Audio API. I recommend you to have a look at these links before reading the rest of the article: Demo and Code on GitHub. Beat Detection Algorithm Example

Continue reading about Detecting tempo of a song using browser's Audio API...