dotslashinit-sh / music-visualizer

A simple music visualizer made in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music Visualizer

A simple music visualizer made in C++

Compiling

Windows x64

  1. Install CMake and Visual Studio 2019 / 2022.
  2. Clone the repository.
  3. Open Command Prompt and cd into the repo folder.
  4. Create a build directory using mkdir build
  5. Cd into the build folder using cd build.
  6. Execute the following command to configure cmake -DCMAKE_BUILD_TYPE=Release ..
  7. Execute the following command to build cmake --build . --config Release
  8. Execute the following command to install cmake --install . --config Release --prefix <install-directory>

NOTE: Replace the Release with Debug for the debug config.

CMake Debug

CMake Release

Screenshot

v2.0 (Deprecated)

visualizer-v20

v3.1

visualizer-v31

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.

About

A simple music visualizer made in C++


Languages

Language:C 81.8%Language:C++ 17.2%Language:Objective-C 0.8%Language:CMake 0.2%