nn::snd::CTR::DecodeAdpcmData Function
void DecodeAdpcmData(
const u8 * pInput,
s16 * pOutput,
const AdpcmParam & param,
AdpcmContext & context,
s32 nSamples
);
| 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. |
Decodes DSP-ADPCM data.
CONFIDENTIAL