The {{KW|_SNDVOL}} statement sets the volume of a sound using a handle from the {{KW|_SNDOPEN}} Function. {{PageSyntax}} :{{KW|_SNDVOL}} ({{Parameter|handle&}}, {{Parameter|volume!}}) {{PageDescription}} *Volume is a value from 0 (silence) to 1 (full volume). *An opened sound file must have the "VOL" capability to use this function. {{PageExamples}} {{CodeStart}} '' '' h& = {{Cl|_SNDOPEN}}("bell.wav", "SYNC,VOL") {{Cl|_SNDVOL}} h&, 0.5 {{Cl|_SNDPLAY}} h& '' '' {{CodeEnd}} {{PageSeeAlso}} *{{KW|_SNDOPEN}}, {{KW|_SNDBAL}} {{PageNavigation}}