Macros | |
#define | PA_MicGetVol() PA_IPC.Mic.Volume |
Renvoie le volume du micro. | |
Fonctions | |
void | PA_MicStartRecording (u8 *buffer, s32 length) |
Commencer à enregistrer avec le microphone. Par contre, le son est super laid et faible :/. | |
void | PA_MicReplay (u8 *buffer, s32 length) |
#define PA_MicGetVol | ( | ) | PA_IPC.Mic.Volume |
Renvoie le volume du micro.
void PA_MicReplay | ( | u8 * | buffer, | |
s32 | length | |||
) | [inline] |
inline void PA_MicStartRecording | ( | u8 * | Buffer, | |
s32 | Length | |||
) | [inline] |
Commencer à enregistrer avec le microphone. Par contre, le son est super laid et faible :/.
Buffer | Buffer dans lequel enregistrer le son | |
Length | Longueur du buffer |