#include "PA_General.h"
Macros | |
#define | PA_MicGetVol() PA_IPC.Mic.Volume |
Renvoie le volume du micro. | |
Fonctions | |
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) |
Commencer à enregistrer avec le microphone. Par contre, le son est super laid et faible :/. | |
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 | |||
) |