#include "PA_General.h"
Defines | |
#define | PA_MicGetVol() PA_IPC.Mic.Volume |
Returns the Microphone volume. | |
Functions | |
void | PA_PlaySoundEx2 (u8 PA_Channel, const void *data, s32 length, u8 volume, int freq, s16 format, BOOLEAN repeat, int repeatPoint) |
void | PA_MicStartRecording (u8 *buffer, s32 length) |
Start recording from the microphone. The sound is really ugly and low though :/. | |
void | PA_MicReplay (u8 *buffer, s32 length) |
void PA_PlaySoundEx2 | ( | u8 | PA_Channel, | |
const void * | data, | |||
s32 | length, | |||
u8 | volume, | |||
int | freq, | |||
s16 | format, | |||
BOOLEAN | repeat, | |||
int | repeatPoint | |||
) |