Skip to content

Commit c10064a

Browse files
authored
Update README.md
1 parent ef6bd63 commit c10064a

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Morphy
22

3-
![Home Page](/assets/bars.gif) ![Home Page](/assets/circle3d-2.gif)
3+
### 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.
45

6+
### GIFs
7+
![Home Page](/assets/bars.gif) ![Home Page](/assets/circle3d-2.gif)
58

69
![Home Page](/assets/color-pentagon.gif) ![Home Page](/assets/particle-circle.gif)
10+
11+
### Prerequisities
12+
* SFML
13+
* Freeglut
14+
* KissFFT
15+
16+
### Supported audio formats
17+
WAV, OGG/Vorbis and FLAC. Due to licensing issues MP3 is not supported.
18+
19+
### How to run?
20+
1. Download latest release from [here](https://github.com/vishnu-dev/Morphy/releases).
21+
2. Extract the zip.
22+
3. Open command prompt in that directory and run the following command
23+
```
24+
Morphy.exe <FILENAME>
25+
```
26+
_NOTE : Make sure you provide an audio file format that is supported_
27+
28+
### LICENSE
29+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
30+

0 commit comments

Comments
 (0)