Find a file
2021-12-26 14:52:29 +01:00
src changed cleanup behaviour 2021-12-26 14:52:29 +01:00
vendor changed cleanup behaviour 2021-12-26 14:52:29 +01:00
.gitignore added colormap, more debug features 2021-12-26 06:14:13 +01:00
.gitmodules moved library to different project 2021-12-23 00:52:35 +01:00
CMakeLists.txt moved library to different project 2021-12-23 00:52:35 +01:00
README.md Update README.md 2021-12-26 06:02:18 +01:00
TODO added todo 2021-12-21 22:21:07 +01:00

Visualizer

Hopefully eventually a neat little realtime 3D audio visualizer.

DSP is hard.

How to build

After cloning, perform the following commands

git submodule update --init --recursive

mkdir build
cd build
cmake ..

Finally, to build the project do the following

Linux

Run make

Windows

CMake generated project files in the build directory which you can open in an IDE and build there.