generate_named_sound
Generate sound effects from curated presets like cry, splash, or bark, with optional custom parameter tweaks. Save the resulting WAV file to a specified path.
Instructions
Generate a sound from precomputed named presets. These are carefully crafted sound configurations for specific effects like 'cry', 'splash', 'bark', 'glass', etc. Each preset has been fine-tuned for a particular sound character.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset | Yes | Name of the preset to generate | |
| customParams | No | Optional custom parameters to override preset values | |
| filepath | Yes | Full path where to save the WAV file (including .wav extension) |