Difference between revisions of "LSModule:Sound"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
NOTE: This module is currently in development.  More information will be posted soon.  
 
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.
  
 
== Data Types ==
 
== Data Types ==
  
player - The player object will have methods for queuing, starting, and stopping sounds.  Both WAV and MP3 formats will be supported.
+
TBD
 
 
speaker - The speaker object will have methods for "speaking" text through a text-to-speech mechanism.
 
  
 
== Downloads ==
 
== Downloads ==

Revision as of 22:20, 3 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.

Data Types

TBD

Downloads

Ready to Install

Compiled with LSModule v17

Source Code

See Also