project_export_selection
Export only the currently selected audio as a mono 44.1kHz WAV file. Select a time range first, then provide a path in a subfolder to save.
Instructions
Export only the current selection's audio (mono, 44.1kHz WAV). Select a time range first with select_region or select_all.
MANDATORY: ALWAYS tell the user where the file will be saved BEFORE exporting. NEVER save directly to the user's home folder root - use a subfolder like Music, Documents, or Desktop.
Args: path: Absolute path for the exported .wav file overwrite: Set true to replace an existing file at that path - refused by default
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| overwrite | No |