Runtime library¶
Purpose¶
Main classes¶
-
class
AudioSignalFlow
¶ Base class for signal flows, i.e., graphs of connected audio components which perform an audio signal processing operation. This base class provides the infrastructure for setting up the graphs and for transferring the input and output samples. For the audio processing, this class provides a callback interface that must be called in regular intervals (i.e., for a fixed number of samples consumed and generated, respectively).
Subclassed by visr::mex::gain_matrix::SignalFlow, visr::mex::gain_matrix::SignalFlow, visr::mex::late_reverb_filter_calculator::SignalFlow