Skip to content

Releases: PrathamGhaywat/MusicVisualizer

Version 1

18 Feb 15:38

Choose a tag to compare

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

  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 d .

0.2.0

18 Feb 15:12

Choose a tag to compare

hopefully shit works now

First Full release

18 Feb 15:00

Choose a tag to compare

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