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.
You can download the latest release from the Releases page.
- Run the executable file.
- Input the audio file path
- 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 .This project is licensed under the MIT License. See the LICENSE file for details.