capture_audio
Record audio from the current web app session. Get an ID to analyze or describe the captured sound.
Instructions
Record a short clip of what the running web app is currently outputting. Returns a capture ID you can pass to analyze_audio or describe_audio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration_ms | No | How many milliseconds to record (default 3000, max 30000) |