Version

menu_open
Wwise SDK 2021.1.14

◆ Init()

virtual AKRESULT AK::IAkEffectPlugin::Init ( IAkPluginMemAlloc in_pAllocator,
IAkEffectPluginContext in_pEffectPluginContext,
IAkPluginParam in_pParams,
AkAudioFormat io_rFormat 
)
pure virtual

Software effect plug-in initialization. Prepares the effect for data processing, allocates memory and sets up the initial conditions.

Note: Memory allocation should be done through appropriate macros (see Allocating/De-allocating Memory in Audio Plug-ins).
See also
Parameters
in_pAllocator Interface to memory allocator to be used by the effect
in_pEffectPluginContext Interface to effect plug-in's context
in_pParams Interface to plug-in parameters
io_rFormat Audio data format of the input/output signal. Only an out-of-place plugin is allowed to change the channel configuration. Object processors always receive a channel configuration with type "object". They may however change it to any other kind, in which case the host bus will automatically create an output object with the desired channel configuration.

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise