AXFXReverbHiCallback

Syntax

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

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

} AXFX_BUFFERUPDATE;

void AXFXReverbHiCallback (AXFX_BUFFERUPDATE *bufferUpdate, AXFX_REVERBHI *reverb);

Arguments

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

Return Values

None.

Description

The AXFXReverbHiCallback function is an AUX callback for High-Quality Reverb. It applies High-Quality Reverb 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, AXRegisterAuxACallback, AXRegisterAuxBCallback, AXRegisterAuxCCallback

Revision History

2007/10/05 Added a link to AXRegisterAuxCCallback in the See Also section.
2007/08/08 Standardized notation.
2006/06/19 Revised the callback registration destination.
2006/03/01 Initial version.


CONFIDENTIAL