game_audio_bus
Adjust an audio bus in Godot: set volume (0-1), mute, or solo. Control game audio with precision.
Instructions
Set volume, mute, or solo on an audio bus
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mute | No | Mute the bus | |
| solo | No | Solo the bus | |
| volume | No | Volume (linear 0-1) | |
| busName | No | Bus name. Default: "Master" |