Find a file
2021-12-28 14:26:51 +01:00
src fixed range recalculation on scrolling plot 2021-12-27 22:49:06 +01:00
vendor updated library version 2021-12-28 14:26:51 +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.