|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC. - Artificial Intelligence Command |
AIC.RecordAsync |
Top |
MiniRobotLanguage (MRL)
AIC.RecordAsync
DESCRIPTION
Intention
Starts asynchronous audio recording from the microphone. Unlike synchronous recording, this command returns immediately and continues recording in the background. Use AIC.StopRecord to end the recording and retrieve the audio data for transcription.
Syntax
AIC.RecordAsync|duration,filename
Example
' Start async recording
AIC.RecordAsync|0,"temp_recording.wav"
' Do other work while recording...
AIC.StopRecord