mcp_opendaw_export_stems_format
Export audio stems as separate files, converting each to WAV, MP3, or FLAC with custom prefix and sample rate.
Instructions
Export stems as separate files and convert each to MP3 or FLAC.
filename_prefix: Prefix for stem filenames. sample_rate: Export sample rate. format: 'wav' (default), 'mp3', or 'flac'. bitrate: MP3 bitrate (default '320k').
Runs export_stems, then converts each stem WAV to the requested format via ffmpeg.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | wav | |
| bitrate | No | 320k | |
| sample_rate | Yes | ||
| filename_prefix | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |