FAUST
From Just Solve the File Format Problem
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 =.