Music Visualizer
A simple music visualizer made in C++
Compiling
Windows x64
- Install CMake and Visual Studio 2019 / 2022.
- Clone the repository.
- Open Command Prompt and cd into the repo folder.
- Create a build directory using
mkdir build
- Cd into the build folder using
cd build
. - Execute the following command to configure
cmake -DCMAKE_BUILD_TYPE=Release ..
- Execute the following command to build
cmake --build . --config Release
- Execute the following command to install
cmake --install . --config Release --prefix <install-directory>
NOTE: Replace the Release
with Debug
for the debug config.
Screenshot
v2.0 (Deprecated)
v3.1
Note
- I made this project during my free time. I know this project contains a lot of broken code but I am still learning and I promise to get better.
- MP3 is not supported. The recommended format is FLAC.
License
This project is completely free to be used in any way you want without any royalty.