This function starts recording audio to a specific file for the specified duration (in seconds) and saves the recording in wav or amr format.
start recording in ( ) for ( ) seconds in ( )
Function Definition: start recording in ( ) for ( ) seconds in (("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 from the microphone for a fixed duration and saves it as a file in wav or amr format. | "rec",'1',5 |
Description
Example
There are no examples documented for this article.
