Create Wubble sound effect and wait
wubble_create_sound_effect_and_waitCreate Wubble sound effect and wait. Consumes Wubble requests or credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | No | Whether the sound effect should loop. | |
| text | Yes | Sound effect description. | |
| output_format | No | Optional output format. | |
| timeout_seconds | No | Maximum seconds to wait for completion. Max 45. | |
| duration_seconds | No | Optional duration from 0.5 to 30 seconds. | |
| prompt_influence | No | Optional prompt influence from 0 to 1. | |
| poll_interval_seconds | No | Seconds between status checks. Max 10. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | Developer-service error envelope when the call fails. | |
| success | Yes | Whether the developer-service request succeeded. |