nn::snd::CTR::DecodeAdpcmData Function

Syntax

void DecodeAdpcmData(
     u8 * pInput,
     s16 * pOutput,
     AdpcmParam & param,
     AdpcmContext & context,
     s32 nSamples
);

Arguments

Name Description
in pInput Address of the input buffer.
out pOutput Address of the output buffer.
in param ADPCM parameters.
in context ADPCM context.
in nSamples Number of input samples.

Return Values

None.

Description

Decodes DSP-ADPCM data.

Revision History

2010/08/06
Initial version.

CONFIDENTIAL