Audio: Set Channel Volume
AudioInputs
| in | Exec | exec | multiplexed |
| volume | Data | System.Single | None |
Outputs
| out | Exec | exec | None |
Parameters
| channel | System.String | no | "Sfx" | Text-to-speech, Sound effects, Media |
Lowers to C#
await ctx.Audio.SetChannelVolumeAsync(AudioChannel.Sfx, volume);