Audio Visualizer is a simple program to view the soundwaves of an entire song or video written in Python 3. The program opens a file containing audio data and graphs it in a line chart with timestamps at the bottom.
- Make sure Python 3 is installed
- Make sure ffmpeg is installed and accessible
- Download the python file
- Download dependencies with
pip install matplotlib numpy
- Run
AudioVisualizer.py
with Python