Defines | |
#define | PA_MicGetVol() PA_IPC.Mic.Volume |
Returns the Microphone volume. | |
Functions | |
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) |
#define PA_MicGetVol | ( | ) | PA_IPC.Mic.Volume |
Returns the Microphone volume.
void PA_MicReplay | ( | u8 * | buffer, | |
s32 | length | |||
) | [inline] |
inline void PA_MicStartRecording | ( | u8 * | Buffer, | |
s32 | Length | |||
) | [inline] |
Start recording from the microphone. The sound is really ugly and low though :/.
Buffer | 8bit buffer in which to record the sound | |
Length | Buffer length |