/audio-thingies

Playground for experimenting with audio processing

Primary LanguageC++GNU General Public License v3.0GPL-3.0

audio-thingies

Playground for recording and processing audio using SDL2 and KISS FFT.

Download and install SDL2 Development Libraries for your architecture from https://www.libsdl.org/download-2.0.php or use your favourite package manager.

Build using CMake; point SDL2_DIR to where you previously installed it if not found automatically.