#include <revolution.h> #include <revolution/axfx.h> typedef struct AXFX_BUFFERUPDATE_DPL2 { s32 *L; s32 *R; s32 *Ls; s32 *Rs; } AXFX_BUFFERUPDATE_DPL2; void AXFXReverbHiCallbackDpl2 (AXFX_BUFFERUPDATE_DPL2 *bufferUpdate, AXFX_REVERBHI_DPL2 *reverb);
bufferUpdate |
Pointer to the buffer to be updated. |
reverb |
Pointer to an initialized AXFX_REVERBHI_DPL2 structure. |
None.
The AXFXReverbHiCallbackDpl2 function is an AUX callback for the Dolby Pro Logic II (DPL2) version of High-Quality Reverb. It applies DPL2 version of High-Quality Reverb processing to data in the buffer designated by the AXFX_BUFFERUPDATE_DPL2 structure.
This function must be registered to an AUX bus through an AXRegisterAux?Callback function.
Note: The AuxC bus cannot be used in DPL2 output mode.
AXFX_REVERBHI_DPL2
AXRegisterAuxACallback
AXRegisterAuxBCallback
2007/08/08 Standardized notation.
2006/06/19 Revised the callback registration destination.
2006/03/01 Initial version.
CONFIDENTIAL