![]() |
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. | |
| void | Mic::stop (string filename) |
| Stop microphone recording and save result. | |
| void | Mic::pause (void) |
| Pause microphone recording. | |
| void | Mic::resume (void) |
| Resume microphone recording. | |
| bool | Mic::isRecording (void) |
| Check if the microphone is recording. | |
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.