Difference between revisions of "PlaySound"

From MultiCharts
Jump to navigation Jump to search
m (Reverted edits by 176.8.90.7 (talk) to last revision by JoshM)
Line 1: Line 1:
 
Plays the specified wave (.wav) sound file.  
 
Plays the specified wave (.wav) sound file.  
  
http://www.buyxanaxonlinepill.com/ purchase xanax online - buy 2mg xanax
+
== Usage ==
 +
<syntaxhighlight>PlaySound("PathFilename")</syntaxhighlight>
  
http://www.buyxanaxonlinepill.com/ xanax order - buy alprazolam online
+
Where:
 +
 
 +
:'''PathFilename''' - a string expression specifying the path and filename of the wave file to be played.
 +
 
 +
== Notes ==
 +
* [http://www2.research.att.com/~ttsweb/tts/demo.php AT&T Labs Natural Voices® Text-to-Speech Demo] makes it possible to generate your own sound files.
  
 
== Example ==
 
== Example ==

Revision as of 12:38, 13 February 2012

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

Example

Play ding.wav sound file located in the root directory of the C: hard drive:

PlaySound("C:\ding.wav");