nn::snd::CTR::AuxCallback Type

Syntax

typedef void(* nn::snd::CTR::AuxCallback)(AuxBusData *data, s32 sampleLength, uptr userData);

Description

Typedef for the Aux callback function pointer.

You can register the Aux callback function with the nn::snd::CTR::RegisterAuxCallback function. Once registered, it is called every sound frame.

Using the Aux callback function, you can process sound effects and so on. This processing is handled by the CPU. It is not processed by the DSP.

Revision History

2010/09/02
Added a note about processing the callback function.
2010/06/14
Initial version.

CONFIDENTIAL