mcp_opendaw_render_full_format
Render a full audio project and convert it directly to MP3 or FLAC format, combining export and conversion in a single step.
Instructions
Render the entire project and convert to MP3 or FLAC in one step.
filename: Output filename (without extension). sample_rate: Export sample rate (default 48000). format: 'wav' (default), 'mp3', or 'flac'. MP3/FLAC uses system ffmpeg. bitrate: MP3 bitrate for CBR (default '320k'). Ignored for WAV/FLAC.
Combines render_full + convert_audio. Returns both WAV and converted file paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | wav | |
| bitrate | No | 320k | |
| filename | No | full_mix | |
| sample_rate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |