PlaySound
From MultiCharts
Plays the specified wave (.wav) sound file.
Usage
PlaySound("PathFilename")
Where:
- PathFilename - a string expression specifying the path and filename of the wave file to be played.
Notes
- AT&T Labs Natural Voices® Text-to-Speech Demo makes it possible to generate your own sound files.
Example
Play the 'ding.wav' sound file located in the root directory of the C: hard drive:
PlaySound("C:\ding.wav");