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

Add argument parsing + small cleanup #10

Closed danielloera closed 3 years ago

danielloera commented 3 years ago

Fixes #9

danielloera commented 3 years ago

These initial changes make it much easier to run on systems with less capable hardware (e.g. raspberry pi) with the change of some arguments. Let me know what you think.

aiXander commented 3 years ago

Thank's a lot Daniel, great additions!