#include <revolution.h>
#include <revolution/sp.h>
typedef struct
{
u32 entries;
SPSoundEntry sound[1];
} SPSoundTable;
| entries | The number of SE within sound data |
|---|---|
| sound[] | Data for each SE (SPSoundEntry) |
The SPSoundTable structure contains all of the SE information within the corresponding sound data in table form. The sound table stores the following: the SE information (SPSoundEntry) for each of the entries, and the decoding information (SPAdpcmEntry)required when the SEs are ADPCM data.
SPInitSoundTable, SPGetSoundEntry, SPSoundEntry, SPAdpcmEntry
2006/03/01 Initial version.
CONFIDENTIAL