Microphone


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 PA_Channel, u8 *Buffer, s32 Length)
 Play a recorded sound

Detailed Description

Record a sound and replay it...

Define Documentation

 
#define PA_MicGetVol  )     PA_IPC.Mic.Volume
 

Returns the Microphone volume


Function Documentation

inline void PA_MicReplay u8  PA_Channel,
u8 *  Buffer,
s32  Length
[inline]
 

Play a recorded sound

Parameters:
PA_Channel Sound channel (0-15)
Buffer 8bit buffer in which the sound was recorded
Length Buffer length

inline void PA_MicStartRecording u8 *  Buffer,
s32  Length
[inline]
 

Start recording from the microphone. The sound is really ugly and low though :/

Parameters:
Buffer 8bit buffer in which to record the sound
Length Buffer length


Generated on Tue Jan 30 23:10:12 2007 for PAlib by  doxygen 1.3.9.1