next up previous contents index
Next: urlExpand Up: Appendix - CSLUrp Procedure Previous: selectLinks

tts

    

Usage

tts textstring

Parameters

textstring Specifies a string of text to be synthesized into speech ( ... the current TTS server will be used to perform the synthesis).

Description

tts synthesizes the textstring parameter; that is, it ``speaks'' the text specified by textstring over the current audio device (e.g., telephone, microphone, etc.). The parameter ``textstring'' may include quoted Tcl variables (cf. the ``Synthesizing system prompts'' section of this manual for examples of valid specifications for the textstring parameter).

Returns

no return (as of this writing)

See Also

As noted above for more information on valid entries for the textstring parameter see the ``Synthesizing system prompts'' section of this manual.

Example

tts "this is a test prompt"             # textstring with NO embedded 
                                        # Tcl variables

set count 2
tts "this is test prompt number $count" # textstring with embedded Tcl
                                        # variable


next up previous contents index
Next: urlExpand Up: Appendix - CSLUrp Procedure Previous: selectLinks

Ed Kaiser
Fri Sep 26 18:41:18 PDT 1997