nn::snd::CTR::AdpcmParam Structure

Syntax

struct AdpcmParam
{
   u16 coef[16];
};

Description

A structure that stores ADPCM coefficients.

Member Variables

coef ADPCM coefficients.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL