SPAdpcmEntry

C Specification


  #include <revolution.h>
  #include <revolution/sp.h>
  
  typedef struct
  {
      AXPBADPCM       adpcm;
      AXPBADPCMLOOP   adpcmloop;

  } SPAdpcmEntry;
  

Elements

adpcm contains the ADPCM coefficient and information required for decoding.
adpcmloop contains ADPCM information required for looping.

Description

This structure contains decoding information that is needed when all of the SE data in the sound table (SPSoundTable) is in ADPCM format.

See Also

SPSoundTable, SPSoundEntry

Revision History

2006/03/01 Initial version.


CONFIDENTIAL