Export a project to WAV/MP3/OGG
export_audioRender a FamiStudio project to an audio file (WAV, MP3, OGG) and return the output path, duration, peak level, and audibility check.
Instructions
Render a FamiStudio project to an audio file with the FamiStudio command line. Requires FamiStudio 4.5.x to be installed; call famistudio_info first if unsure. Returns the artifact path plus duration, peak level and an audibility check for WAV output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | ||
| songs | No | ||
| format | No | ||
| project | No | ||
| loopCount | No | ||
| outputPath | Yes | Destination audio path, e.g. "out/snake_move.wav". | |
| channelMask | No | ||
| projectPath | No | ||
| durationSeconds | No | ||
| separateChannels | No |