FAUST
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|dsp}} }} '''FAUST''' (Functional Audio Stream) is a free and open source programming language for...") |
Revision as of 19:52, 19 April 2017
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 =.