#Audio Surface
Computes a frequency spectrum of a particular ".wav" file, and draws it out sample by sample as a 3D surface which can be viewed from multiple angles.
##Installation
pip install -r requirements.txt
python audio_surface.py [Filename]
Remember, the file name has to be a .wav file!