12#include "common_header.h"
21#define SCE_AUDIO_ERROR_NOT_INITIALIZED (0x80260001)
22#define SCE_AUDIO_ERROR_OUTPUT_BUSY (0x80260002)
23#define SCE_AUDIO_ERROR_INVALID_CH (0x80260003)
24#define SCE_AUDIO_ERROR_PRIV_REQUIRED (0x80260004)
25#define SCE_AUDIO_ERROR_NOT_FOUND (0x80260005)
26#define SCE_AUDIO_ERROR_INVALID_SIZE (0x80260006)
27#define SCE_AUDIO_ERROR_INVALID_FORMAT (0x80260007)
28#define SCE_AUDIO_ERROR_NOT_RESERVED (0x80260008)
29#define SCE_AUDIO_ERROR_NOT_OUTPUT (0x80260009)
30#define SCE_AUDIO_ERROR_INVALID_FREQUENCY (0x8026000A)
31#define SCE_AUDIO_ERROR_INVALID_VOLUME (0x8026000B)
32#define SCE_AUDIO_ERROR_INPUT_BUSY (0x80260010)
int sceAudioInputInit(int arg0, int gain, int arg2)
int sceAudioOutput2Reserve(int sampleCount)
int sceAudioChangeChannelConfig(u32 chanId, int format)
int sceAudioSetFrequency(int freq)
int sceAudioSetChannelDataLen(u32 chanId, int sampleCount)
int sceAudioPollInputEnd()
int sceAudioOutputPanned(u32 chanId, int leftVol, int rightVol, void *buf)
int sceAudioWaitInputEnd()
int sceAudioChReserve(int channel, int sampleCount, int format)
int sceAudioOutput(u32 chanId, int vol, void *buf)
int sceAudioOutputBlocking(u32 chanId, int vol, void *buf)
int sceAudioInputInitEx(SceAudioInputParams *param)
int sceAudioChRelease(u32 channel)
int sceAudioOneshotOutput(int chanId, int sampleCount, int fmt, int leftVol, int rightVol, void *buf)
int sceAudioSetVolumeOffset(int arg)
int sceAudioGetChannelRestLength(u32 chanId)
int sceAudioInput(int sampleCount, int freq, void *buf)
int sceAudioOutput2OutputBlocking(int vol, void *buf)
int sceAudioOutput2ChangeLength(int sampleCount)
int sceAudioInputBlocking(int sampleCount, int freq, void *buf)
int sceAudioSRCChReserve(int sampleCount, int freq, int numChans)
int sceAudioChangeChannelVolume(u32 chanId, int leftVol, int rightVol)
int sceAudio_driver_5182B550(int arg)
int sceAudioSRCOutputBlocking(int vol, void *buf)
int sceAudioOutput2Release(void)
int sceAudioLoopbackTest(int arg0)
int sceAudioGetInputLength()
int sceAudioSRCChRelease(void)
int sceAudioOutputPannedBlocking(u32 chanId, int leftVol, int rightVol, void *buf)
int sceAudioGetChannelRestLen(u32 chanId)
int sceAudioOutput2GetRestSample(void)
int sceAudio_driver_FF298CE7(int arg)