record
Record microphone audio and save as raw WAV file. Recording stops automatically when silence is detected.
Instructions
Record audio from the microphone without assessing it.
Recording auto-stops when the user finishes speaking (silence detection). The duration is the maximum time — you don't have to wait the full duration.
Most of the time prefer converse or practice, which record AND analyze
in one step. Only use record alone if you want the raw WAV file.
Args: duration: Maximum recording duration in seconds (default 10, max 120).
Returns: Path to the recorded WAV file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |