render_project
Render the current REAPER project to an audio file. Specify output path, time range, sample rate, channels, and format.
Instructions
Render project to audio file.
Args: output_file: Path to output audio file start_time: Start position in seconds (optional if start_measure is provided) end_time: End position in seconds (optional if end_measure is provided) start_measure: Start position as "measure:beat,fraction" (optional if start_time is provided) end_measure: End position as "measure:beat,fraction" (optional if end_time is provided) samplerate: Sample rate in Hz (default: 44100) channels: Number of channels (default: 2) file_format: Formats available on this machine "wave" "aiff" "iso " "ddp " "flac" "mp3l" "oggv" "OggS" "FFMP" "GIF " "LCF " "wvpk"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channels | No | ||
| end_time | No | ||
| samplerate | No | ||
| start_time | No | ||
| end_measure | No | ||
| file_format | No | wave | |
| output_file | Yes | ||
| start_measure | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |