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

Use this script with a wav file #12

Closed Wylarel closed 3 years ago

Wylarel commented 3 years ago

Hello!

I would like to use this visualizer but with a WAV file as an input instead of a microphone stream. It should be pretty easy to edit the code to use a Wave_read object (from the wave package) instead of the current input, but I can't manage to do it. Perhaps someone here can help me?

Thanks for your wonderful job btw, this is a really good ressource :)

Wylarel commented 3 years ago

Nevermind, it got it to work.

DiegoMartinezGlez commented 2 years ago

Hi @Wylarel , do you mind to share your solution?