PAlib
|
Macros | |
#define | PA_MicGetVol() PA_Transfer->micvol |
Returns the Microphone volume. | |
#define | PA_MicStopRecording() PA_SendFifoCmd(PA_MSG_MICSTOP) |
Stop recording from the microphone. | |
Functions | |
static void | PA_MicStartRecording (u8 *buffer, u32 length) |
Start recording from the microphone. | |
Record a sound and replay it...
|
inlinestatic |
Start recording from the microphone.
Buffer | 8bit buffer in which to record the sound |
Length | Buffer length. To convert seconds to 8bit length you have to multiply the seconds by 16384. |