aiXander / Realtime_PyAudio_FFT

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

Reslove python dependency errors and update README #26

Open clayton14 opened 1 year ago

clayton14 commented 1 year ago

Hi, I got errors when pip install -r requirements.txt. I believe this is because numpy was out of date and conflicting with global packages. I updated the requirements.txt file, when I ran python3 run_FFT_analyzer.py I got errors because I was missing some packages.
I also added instructions for creating a virtual environment in the README and my issues were fixed.

System info: OS: Manjaro Linux x86_64 DE: Plasma 5.26.5 CPU: AMD Ryzen 5 1600 (12) @ 3.200GHz GPU: NVIDIA GeForce GTX 1060 6GB Memory: 32034MiB