Skip to content

Commit e6ca3a3

Browse files
committed
updated readme
1 parent c10064a commit e6ca3a3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Morphy
22

33
### Abstract
4-
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.
4+
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.
55

66
### GIFs
77
![Home Page](/assets/bars.gif) ![Home Page](/assets/circle3d-2.gif)
@@ -13,18 +13,24 @@ Morphy is a simple implementation of audio data visualization. For the given inp
1313
* Freeglut
1414
* KissFFT
1515

16+
***
17+
1618
### Supported audio formats
1719
WAV, OGG/Vorbis and FLAC. Due to licensing issues MP3 is not supported.
1820

21+
***
22+
1923
### How to run?
20-
1. Download latest release from [here](https://github.com/vishnu-dev/Morphy/releases).
24+
1. Download release from [here](https://github.com/vishnu-dev/Morphy/releases/latest).
2125
2. Extract the zip.
2226
3. Open command prompt in that directory and run the following command
2327
```
2428
Morphy.exe <FILENAME>
2529
```
2630
_NOTE : Make sure you provide an audio file format that is supported_
2731

32+
***
33+
2834
### LICENSE
2935
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
3036

0 commit comments

Comments
 (0)