Gseos.PlaySound
Previous
Top
Next
PlaySound(szWaveFile)
The PlaySound function plays a wave file.
Parameter
Description
szWaveFile
The wave file to play.
Returns
None
Exceptions
RuntimeError The wave file could not be played.
Example
Play a wave file.
Gseos.PlaySound("boing.wav")