Class: audioPlugin
Set sample rate at which the plugin is run
setSampleRate(myAudioPlugin,sampleRate)
setSampleRate(
sets
the sample rate of the plugin, myAudioPlugin
,sampleRate
)myAudioPlugin
, to
the value specified by sampleRate
. Specify sampleRate
as
a positive real integer. setSampleRate
enables the MATLAB® environment to mimic behavior
in a digital audio workstation (DAW) environment.
Note
A plugin must not call setSampleRate
on itself.
If the plugin attempts to call setSampleRate
on itself, generateAudioPlugin
throws
an error.