19#define AHX_IRX              0xC001D0E 
   24#define AHX_LOADSONG         0x05 
   25#define AHX_SETVOLUME        0x06 
   26#define AHX_SETBOOST         0x07 
   27#define AHX_OVERSAMPLING     0x08 
   28#define AHX_SUBSONG          0x09 
int AHX_SetBoost(int boostValue)
int AHX_LoadSongBuffer(char *songdata, int songsize)
int AHX_SetVolume(int volumePercentage)
int AHX_SubSong(int songNo)
int AHX_ToggleOversampling()
int AHX_LoadSong(char *filename)