create_sound_with_wave
Generate a sound effect by selecting a wave type (e.g., Square, Saw, Whistle) and customizing parameters like frequency, attack, sustain, and vibrato, then save as a WAV file.
Instructions
Create a sound using a specific wave type by name. Allows specifying the wave type using its name (e.g., 'Square', 'Saw', 'Whistle') instead of a numeric ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| waveType | Yes | Name of the wave type to use | |
| parameters | No | Additional sound parameters | |
| filepath | Yes | Full path where to save the WAV file (including .wav extension) |