Function Reference

SoundSetWaveVolume

Sets the system wave volume by percent.

SoundSetWaveVolume ( percent )

 

Parameters

percent percentage number between 0 and 100

 

Return Value

Success: None.
Failure: Sets @error to 1 if percent is invalid.

 

Remarks

This controls the Wave volume, not the master volume control. Also, a value of Zero does not set mute status.

 

Related

SoundPlay

 

Example


SoundSetWaveVolume(50)