add_audio_bus
Add a new audio bus to the Godot AudioServer, configuring volume, mute, solo, send, and position. Changes apply live; save the bus layout manually to persist.
Instructions
Add an audio bus to the AudioServer; changes live audio state; save the bus layout manually to persist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mute | No | ||
| name | Yes | ||
| send | No | Master | |
| solo | No | ||
| volume_db | No | ||
| at_position | No |