Skip to content

PrathamGhaywat/MusicVisualizer

Repository files navigation

Music Visualizer

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.

Download

You can download the latest release from the Releases page.

Usage

  1. Run the executable file.
  2. Input the audio file path

Compilation

  1. Clone the repository and navigate to the project directory.
  2. 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 .

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

MusicVisualizer in SFML and C++

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published