add_audio_bus_config
Add a new audio bus to the Godot audio system. Specify the bus name and optionally set its position in the bus list.
Instructions
Add a new audio bus at a specific position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Bus name | |
| index | No | Position in bus list (omit to append) |