sfx_tweak
Adjust an existing sound effect by applying a JSON merge patch to its render settings, then re-render to produce an updated WAV file.
Instructions
Apply a JSON merge patch to a previous render (by id or WAV path) and re-render. Example patch: {"layers": [...]} replaces all layers; {"master": {"target_lufs": -14}} changes one field. Lists are replaced wholesale, so send the full layers list when editing a layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | ||
| out_dir | No | ||
| sound_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||