Find a file
2021-12-30 23:41:01 +01:00
res added crude audio loading 2021-12-29 18:56:34 +01:00
src its kinda working i guess 2021-12-30 23:41:01 +01:00
vendor added crude audio loading 2021-12-29 18:56:34 +01:00
.gitignore update gitignore 2021-12-29 17:34:33 +01:00
.gitmodules added crude audio loading 2021-12-29 18:56:34 +01:00
CMakeLists.txt added crude audio loading 2021-12-29 18:56:34 +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.