Morphy is a simple implementation of audio data visualization. For the given input audio file, program will give amplitude vs frequency plot by performing Fast Fourier Transform(FFT) on the audio samples. Visualization is achieved using OpenGL. This Project is implemented in C++ using OpenGL, LodePNG, SFML & Kiss FFT. User interaction is achieved using keyboard.
- SFML
- Freeglut
- KissFFT
WAV, OGG/Vorbis and FLAC. Due to licensing issues MP3 is not supported.
- Download release from here.
- Extract the zip.
- Open command prompt in that directory and run the following command
Morphy.exe <FILENAME>
NOTE : Make sure you provide an audio file format that is supported
This project is licensed under the MIT License - see the LICENSE file for details