Main Content
process
Class: externalAudioPlugin
Process audio stream
Syntax
audioOut = process(hostedPlugin,audioIn)
Description
audioOut = process(
returns an audio signal processed according to the algorithm and parameters of
hostedPlugin
,audioIn
)hostedPlugin
. For source plugins, call process
without
an audio input. Use info(hostedPlugin)
to determine the number of channels
(columns) of the input and output audio signal.
Use setSamplesPerFrame(hostedPlugin)
to specify the frame size returned
by hosted source plugins.
Version History
Introduced in R2016b