diff --git a/README.md b/README.md index 2fd96e5..99c4993 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Morphy ### Abstract -Morphy is a simple implementation of audio data visualization. For the given input audio file, program will give amplitude (in dB) 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 (Simple and Fast Multimedia Library) & Kiss FFT (Keep It Simple, Stupid). User interaction is achieved using keyboard. +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. ### GIFs ![Home Page](/assets/bars.gif) ![Home Page](/assets/circle3d-2.gif) @@ -13,11 +13,15 @@ Morphy is a simple implementation of audio data visualization. For the given inp * Freeglut * KissFFT +*** + ### Supported audio formats WAV, OGG/Vorbis and FLAC. Due to licensing issues MP3 is not supported. +*** + ### How to run? -1. Download latest release from [here](https://github.com/vishnu-dev/Morphy/releases). +1. Download release from [here](https://github.com/vishnu-dev/Morphy/releases/latest). 2. Extract the zip. 3. Open command prompt in that directory and run the following command ``` @@ -25,6 +29,8 @@ Morphy.exe ``` _NOTE : Make sure you provide an audio file format that is supported_ +*** + ### LICENSE This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details