Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu4746 committed Jul 29, 2017
1 parent c10064a commit e6ca3a3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -13,18 +13,24 @@ 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
```
Morphy.exe <FILENAME>
```
_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

0 comments on commit e6ca3a3

Please sign in to comment.