renpy.sound.set_volume
Function: renpy.sound.set_volume( | volume, channel=0) |
Sets the volume of this channel, as a fraction of the volume of the mixer controlling the channel.
This volume is not persisted or rolled-back, as are volumes set with renpy.music.set_volume for music channels.
Example
TODO