Module synfx_dsp_jit::engine

source ·
Expand description

This module implements a real time capable engine for sharing DSPFunctions with an audio thread.

Use this if you plan on (re)compiling little DSP functions in a frontend thread and having an audio/backend thread actually executing the DSPFunction.

The CodeEngine handles allocation and deallocation for you, as well as communication with the real time thread.

See also CodeEngine or crate for API examples. There is also an example included with this crate.

Structs