configureSoundAction
Configure sound actions in 3D scenes by setting audio files, volume levels, looping behavior, and spatial positioning for immersive audio experiences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneId | Yes | Scene ID | |
| actionId | Yes | Action ID | |
| soundUrl | Yes | URL to sound file | |
| volume | No | Volume (0-1) | |
| loop | No | Whether to loop the sound | |
| spatial | No | Whether sound is spatial (3D) | |
| objectId | No | Object ID for spatial sound source |