Go to the documentation of this file.
14 #ifndef __AUDIOLIB_H__
15 #define __AUDIOLIB_H__
21 #define PSP_NUM_AUDIO_CHANNELS 4
24 #define PSP_NUM_AUDIO_SAMPLES 1024
25 #define PSP_VOLUME_MAX 0x8000
47 int pspAudioOutBlocking(
unsigned int channel,
unsigned int vol1,
unsigned int vol2,
void *buf);