版本

menu_open
Wwise SDK 2023.1.3

◆ Execute()

virtual void AK::IAkInPlaceEffectPlugin::Execute ( AkAudioBuffer io_pBuffer)
pure virtual

Software effect plug-in DSP execution for in-place processing.

备注: The effect should process all the input data (uValidFrames) as long as AK_DataReady is passed in the eState field. When the input is finished (AK_NoMoreData), the effect can output more sample than uValidFrames up to MaxFrames() if desired. All sample frames beyond uValidFrames are not initialized and it is the responsibility of the effect to do so when outputting an effect tail. The effect must notify the pipeline by updating uValidFrames if more frames are produced during the effect tail.
备注: The effect will stop being called by the pipeline when AK_NoMoreData is returned in the the eState field of the AkAudioBuffer structure. See IAkInPlaceEffectPlugin::Execute.
参数
io_pBufferIn/Out audio buffer data structure (in-place processing)

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅