aiXander / Realtime_PyAudio_FFT

Realtime audio analysis in Python, using PyAudio and Numpy to extract and visualize FFT features from streaming audio.
MIT License
948 stars 186 forks source link

For beat detection and tempo tracking #6

Open xuancong84 opened 3 years ago

xuancong84 commented 3 years ago

I saw in your source code that you plan to integrate beat detection. Thus, I have uploaded one of my PhD class projects on music tempo visualization (at https://github.com/xuancong84/TempoVis) for your reference. Unfortunately, my code was in C/C++/Assembly, but it runs extremely fast with little CPU overhead.