
105 | P a g e
record_start_and_chop(void)
Description: Will start recording if not already recording.
Example:
record_stop(void)
Description: Explicitly stops recording.
Example:
record_reset(void)
Description: If recording is underway, discards the current recording and starts a new file; Initiates
recording if not already underway.
Example:
record_chop(int)
Description: If recording, performs a record chop; Starts recording if not already underway. The value
(int) is for internal use.
Example:
record_filename(string)
Description: Sets the Record base filename.
Example:
Comentarios a estos manuales