FAUST
From Just Solve the File Format Problem
Revision as of 20:06, 22 April 2017 by Dan Tobias (Talk | contribs)
FAUST (Functional Audio Stream) is a free and open source programming language for audio DSP. FAUST files transpile to C++ source files for use in other applications.
Identifying FAUST files
FAUST files use the extension .dsp. FAUST files often start with import("foo.lib") statements and may contain an assignment starting with process =.