faust

Functional language for real-time audio signal processing and DSP

brewmacoslinux
Try with needOr install directly
Source

About

Functional programming language for real time signal processing

Commands

faustfaustc

Examples

Compile a Faust DSP file to C++ code$ faust -lang cpp mysynth.dsp -o mysynth.cpp
Generate documentation from a Faust file$ faust -lang ocpp -svg myfilter.dsp
Compile Faust to LLVM and run interactively$ faust -lang llvm -interp myreverb.dsp