A simple attempt of 2D audio visualization with python. An image gets dynamically resized i a loop depending on the audio input of the microphone.
- Python 3.6 (because this is the last version with a prebuilt wheel of PyAudio)
- Pygame
- PyAudio (depends on Visual C++ 14.0 on Windows which can be downloaded via the Visual Studio Installer)
- Numpy
python main.py
Easy as pi(thon)!