Skip to content

A library of DSP header files with portaudio examples.

License

Notifications You must be signed in to change notification settings

vsandstrom/dsp-headers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CC BY-NC-SA 4.0

DSP HEADERS

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/

DEMO:

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.

CC BY-NC-SA 4.0