Version

menu_open
Wwise SDK 2021.1.14

◆ Execute()

virtual void AK::IAkInPlaceObjectPlugin::Execute ( const AkAudioObjects io_objects )
pure virtual

In-place object processor plug-in DSP execution.

Note: The effect should process all the input data (uValidFrames) of each input object in in_pObjectsIn as long as AK_DataReady is passed in their corresponding eState field. When an input object is finished (eState is AK_NoMoreData), the effect can output more samples than uValidFrames, up to MaxFrames() if desired. The effect must notify the pipeline by updating uValidFrames of a given object if more frames are produced, and by setting its eState to AK_DataReady as long as more samples will be produced.

.

See also
AK::IAkEffectPlugin::Init.
Parameters
io_objects Input/Output objects and object buffers.

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