audSetChannelVolume

Category: Audio

Syntax:

audSetChannelVolume:Void(channel:Int, volume:Double)


Parameters

Returns

Void



Summary

Sets the volume of a playing channel.

Takes channel (channel handle), volume (volume 0.0 to 1.0).

Returns nothing.

View detailed documentation online



Example
audSetChannelVolume(channel, vol)

BambooBasic © 2026 Michael Denathorn