WAVEVOLUME                                                      Function

WAVEVOLUME volume

Description

WAVEVOLUME is used to set the main volume level of the device. The required component, volume, is a value between 0 and 65535.

Example

REM WAVEVOLUME Example

'WAVEVOLUME sets the volume level of the device

WAVEVOLUME=0         'Mute on

WAVEVOLUME=32768     'Volume 50%

WAVEVOLUME=65535     'Full volume

MSGBOX WAVEVOLUME

Output

(MsgBox with 65536)

Related Items

PLAYSOUND