#include <revolution.h>
#include <revolution/sp.h>
typedef struct
{
AXPBADPCM adpcm;
AXPBADPCMLOOP adpcmloop;
} SPAdpcmEntry;
adpcm |
contains the ADPCM coefficient and information required for decoding. |
adpcmloop |
contains ADPCM information required for looping. |
This structure contains 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