faustaudio — Instantiates and runs a compiled Faust program.
Plugin opcode in faustcsound. This opcode is part of the plugin repository and has to be installed separately. The plugin repository can be found here: https://github.com/csound/plugins
Faustaudio will instantiate and run a Faust program compiled with faustcompile.
“ifac” -- a handle to a compiled Faust program, produced by faustcompile.
“ihandle” -- a handle to the Faust DSP instance, which can be used to access its controls with faustctl.
Here is an example of the faustaudio opcode. It uses the file faustaudio.csd.
Example 287. Example of the faustaudio opcode.
See the sections Real-time Audio and Command Line Flags for more information on using command line flags.