![]() |
Lua Player Plus Vita
Documentation of lpp-vita
|
Module that handles microphone. More...
Functions | |
int | Mic::start (int time, int samplerate) |
Start a microphone recording phase. More... | |
void | Mic::stop (string filename) |
Stop microphone recording and save result. More... | |
void | Mic::pause (void) |
Pause microphone recording. More... | |
void | Mic::resume (void) |
Resume microphone recording. More... | |
bool | Mic::isRecording (void) |
Check if the microphone is recording. More... | |
Module that handles microphone.
int Mic::start | ( | int | time, |
int | samplerate | ||
) |
Start a microphone recording phase.
time | - The time to record in seconds. |
samplerate | - The samplerate of the output in Hz. |
void Mic::stop | ( | string | filename | ) |
void Mic::pause | ( | void | ) |
Pause microphone recording.
void Mic::resume | ( | void | ) |
Resume microphone recording.
bool Mic::isRecording | ( | void | ) |
Check if the microphone is recording.