#include <revolution.h>
#include <revolution/sp.h>
typedef struct
{
AXPBADPCM adpcm;
AXPBADPCMLOOP adpcmloop;
} SPAdpcmEntry;
| adpcm | Denotes the ADPCM coefficient and information required for decoding |
|---|---|
| adpcmloop | Denotes the ADPCM information required for looping |
The SPAdpcmEntry structure denotes decoding information that is needed when all of the SE data in the sound table (SPSoundTable) is in ADPCM format.
2006/03/01 Initial version.
CONFIDENTIAL