project_export_audio
Export the full Audacity project to a stereo 44.1kHz WAV file at a specified path, with optional overwrite control.
Instructions
Export the full project's audio (all tracks, stereo, 44.1kHz WAV).
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 |