takes in a wave file and creates an image using the frequencies from the audio file
sudo apt update && sudo apt install -y libsdl2-dev libsdl2-mixer-dev libfftw3-dev cmake build-essential
make run
make
make clean
g++ app.cpp src/Equations.cpp -o ati -lSDL2 -lSDL2_mixer -lfftw3 -lm