Go to the documentation of this file.
30 #define PSP_AUDIO_VOLUME_MAX 0x8000
33 #define PSP_AUDIO_CHANNEL_MAX 8
36 #define PSP_AUDIO_NEXT_CHANNEL (-1)
63 #define PSP_AUDIO_SAMPLE_MIN 64
66 #define PSP_AUDIO_SAMPLE_MAX 65472
69 #define PSP_AUDIO_SAMPLE_ALIGN(s) (((s) + 63) & ~63)