audio_preset
Generate preset sound effects for common use cases: UI clicks, ambient drones, notifications, and data sounds. No external audio files required.
Instructions
Generate preset sound design elements.
Pre-configured sound effects for common use cases. No external audio files needed.
Available presets:
UI: ui-blip, ui-click, ui-tap, ui-whoosh-up, ui-whoosh-down
Ambient: drone-low, drone-mid, drone-tech
Notifications: chime-success, chime-error, chime-notification
Data: typing, scan, processing, data-flow
Args: preset: Preset name from the list above. output_path: Absolute path for the output WAV file. pitch: Pitch variation (low, mid, high). Default mid. duration: Override default duration (seconds). intensity: Effect intensity 0-1. Default 0.5.
Returns: Dict with success status and output_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset | Yes | ||
| output_path | No | ||
| pitch | No | mid | |
| duration | No | ||
| intensity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||