audioPluginConfig
Description
The audioPluginConfig object enables you to validate and generate audio
plugins that use deep learning pretrained networks. This object also allows you to pass code
replacement libraries to the generateAudioPlugin function.
Creation
Description
creates an object that describes the coder configuration for your audio plugin. Use
name-value arguments to specify the properties of the object.obj = audioPluginConfig(PropertyName=Value)
This object generates a constant property called PluginConfig for
audio plugin classes. Use the audioPluginConfig object if your plugin uses deep
learning networks or a code replacement library.
Properties
Examples
Version History
Introduced in R2021b
See Also
Functions
Objects
audioPlugin|audioPluginInterface|audioPluginParameter|audioPluginSource|coder.DeepLearningConfig(MATLAB Coder)