soniq is a C++ program that plays a user-selected audio file with real-time sound output and displays an audio visualiser using either the DFT (Discrete Fourier Transform) algorithm or the radix-2 Cooley-Tukey Fast Fourier Transform (FFT).
- CMake >= 3.10
 - C++17-compatible compiler (e.g., clang++ or g++)
 - raylib
 
mkdir build
cd build
cmake ..
make./bin/soniq