mporsch / audio-thingies

Playground for experimenting with audio processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Playground for experimenting with audio processing

License:GNU General Public License v3.0


Languages

Language:C++ 97.7%Language:CMake 2.3%