A collection of audio DSP header files and examples.
Run:
# download the portaudio submodule
$ git submodule update --init --recursive
# compile the portaudio library
$ cd portaudio && ./configure && make && cd ..
# build the synth and audio effects tests
$ make
# will compile a demo and other tests in a folder called build/
demotest showcases some of the sounding objects, such as wavetable FM, envelopes and delay.
$ ./build/demotest
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.