render_project
Export a LMMS music project to an audio file in WAV, FLAC, OGG, or MP3 format, with selectable sample rate and bitrate, by launching LMMS in headless render mode.
Instructions
Export the current project to an audio file using the installed LMMS.
This launches LMMS in headless render mode (no GUI). Requires a working LMMS installation. The project is saved first, then rendered.
Args: output_path: Output file path (default: .wav in the same directory) file_format: "wav", "flac", "ogg" or "mp3" samplerate: Sample rate in Hz (44100, 48000, ...) bitrate: Bitrate in kbit/s for lossy formats (ogg/mp3)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bitrate | No | ||
| samplerate | No | ||
| file_format | No | wav | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |