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

Logarithmic Scaling for X Axis #19

Closed Tillo2 closed 2 years ago

Tillo2 commented 2 years ago

Is it possible to change the x axis to logarithmic? So that you can see Basslines, Vocals more clearly and the hihats and cymbals dont take up 3/4 of the screen.

Tillo2 commented 2 years ago

Well I think it already is logarithmic but it still looks different than visualizers in music production software. They usually have 500hz exactly in the middle.