sfx_render
Render a SoundSpec into a 16-bit mono WAV file, returning its path and an ID for later tweaks. Provides normalization info and warnings to ensure the audio meets loudness targets.
Instructions
Render a SoundSpec to a 16-bit mono WAV. Returns the file path, an id for later tweaks, features (active_ms, attack_ms, decay_ms, pitch_hz_start/end, band_db, lufs; definitions in the cookbook), normalization info, and warnings such as a missed loudness target. out_dir defaults to the SFX_OUT_DIR environment variable or ./out under the server's working directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | ||
| out_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||