This function starts recording audio to a specific file for the specified duration (in seconds) and saves the recording in wav or amr format. The recording continues until it is complete, and the script pauses until it finishes.
start recording in ( ) for ( ) seconds in ( ) until complete
Function Definition: start recording in ( ) for ( ) seconds in ( ) until comple("rec",'1',5)
- Python Library: Mic (Quarky Intellio)
- Library Import: intellio = QuarkyIntellio()
- Mode: Stage Mode, Upload Mode
Parameters
| Name | Type | Description | Expected Values | Default Value |
|---|---|---|---|---|
| "rec",'1',5 | int | This function records audio and waits until the recording process is completed before continuing execution. | "rec",'1',5 |
Description
Example
There are no examples documented for this article.
