Releases: PrathamGhaywat/MusicVisualizer
Version 1
MusicVisualizer
A simple music visualization program written in C++ and SFML 3. It analyzes the audio data and generates visual effects based on the frequency spectrum. It only works on windows (tested). It may break on other OS.
Compilation
- Clone the repository and navigate to the project directory.
- To compile the program, you need to have SFML 3 and Cmake installed on your system. You can follow the instructions on the SFML website to set it up.
Once you have SFML and Cmakeinstalled, you can compile the program using Cmake..
mkdir build
cd build
cmake ..
cmake --build d .0.2.0
hopefully shit works now
First Full release
Introducing MusicVisualizer!
MusicVisualizer is a program that shows the frequency of the music in bar graphs.
To learn how to compile it yourself look at the README.mdd