バージョン

menu_open
Wwise SDK 2023.1.2

◆ 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からはじめよう