Difference between revisions of "LSModule:Sound"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
* Play <filename>
 
* Play <filename>
 
: Plays the wave file specified on the command line.
 
: Plays the wave file specified on the command line.
 +
: Example -- Play "c:\\windows\\media\\ding.wav"
 +
 +
* Speak <string>
 +
: Speaks the string using the default voice.
 +
: Example -- Speak "Hello world!"
  
 
== Data Types ==
 
== Data Types ==
Line 15: Line 20:
 
== Downloads ==
 
== Downloads ==
 
=== Ready to Install ===
 
=== Ready to Install ===
* [http://www.ismods.com/forums/download.php?id=941 LSMSound_v1.rar]
+
* [http://www.ismods.com/forums/download.php?id=943 LSMSound_v2.rar]
 
: Compiled with LSModule v17
 
: Compiled with LSModule v17
  
 
=== Source Code ===
 
=== Source Code ===
* [http://www.ismods.com/forums/download.php?id=942 LSMSound_src_v1.rar]
+
* [http://www.ismods.com/forums/download.php?id=944 LSMSound_src_v2.rar]
  
 
== See Also ==
 
== See Also ==

Revision as of 00:34, 4 March 2008

Overview

This module provides support for sound playback and queue. In the future it will also support text-to-speech to replace the existing ISXTTS extension.

NOTE: This module is currently in development. More information will be posted soon.

Commands

  • Play <filename>
Plays the wave file specified on the command line.
Example -- Play "c:\\windows\\media\\ding.wav"
  • Speak <string>
Speaks the string using the default voice.
Example -- Speak "Hello world!"

Data Types

TBD

Downloads

Ready to Install

Compiled with LSModule v17

Source Code

See Also