AXFXReverbHiExpCallback

C Specification

#include <revolution.h>
#include <revolution/axfx.h>

typedef struct AXFX_BUFFERUPDATE
{
    s32       *left;
    s32       *right;
    s32       *surround;

} AXFX_BUFFERUPDATE;

void AXFXReverbHiExpCallback (AXFX_BUFFERUPDATE *bufferUpdate, AXFX_REVERBHI_EXP *reverb);

Arguments

bufferUpdate Pointer to the buffer to be updated.
reverb Pointer to an initialized AXFX_REVERBHI_EXP structure.

Return Values

None.

Description

The AXFXReverbHiExpCallback function is an AUX callback for the High-Quality Reverb Expansion. It applies High-Quality Reverb Expansion processing to data in the buffer designated by the AXFX_BUFFERUPDATE structure.

This function must be registered to an AUX bus through an AXRegisterAux?Callback function.

See Also

AXFX_REVERBHI_EXP
AXRegisterAuxACallback
AXRegisterAuxBCallback
AXRegisterAuxCCallback

Revision History

2007/08/10 Initial version.


CONFIDENTIAL