scaperot@vt.edu 788e5c03d0 Merge branch 'master' of github.com:scaperot/the-bpm-detector-python
Im not sure why this is needed!
2023-02-10 00:13:26 -05:00
2023-02-09 23:55:25 -05:00
2020-05-23 22:47:51 -07:00
2023-02-09 23:53:04 -05:00
2023-02-09 23:55:25 -05:00

BPM Detector in Python

Implementation of a Beats Per Minute (BPM) detection algorithm, as presented in the paper of G. Tzanetakis, G. Essl and P. Cook titled: "Audio Analysis using the Discrete Wavelet Transform".

You can find it here: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.63.5712

Based on the work done in the MATLAB code located at github.com/panagiop/the-BPM-detector-python.

Process .wav file to determine the Beats Per Minute.

Requirements

Tested with Python 3.10. Key Dependencies: scipy, numpy, pywavelets, matplotlib. See requirements.txt

Description
No description provided
Readme 152 KiB
Languages
Python 100%