project_export_audio
Render a REAPER project to disk as a master mix or individual track stems. Choose format (wav, mp3, ogg, flac, aiff) and specify output path or stem naming pattern.
Instructions
Render project to audio file(s) on disk.
Args:
path: Output file path. For source="master" this is the exact
output file. For source="stems" only its directory is used —
each stem's filename comes from pattern instead, since
stems produce multiple files, not one.
format: wav, mp3, ogg, flac, or aiff.
source: "master" (default) renders one mixed-down file.
"stems" renders one file per track in track_indices.
track_indices: JSON array of track indices to render as stems,
e.g. "[0,1,2]". Required when source="stems", ignored otherwise.
pattern: Filename pattern for stems, e.g. "$track" (the default
when source="stems" and pattern isn't given). Ignored for
source="master", which uses path's own filename instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| format | No | wav | |
| source | No | master | |
| pattern | No | ||
| track_indices | No |