next up previous 8
Next: Events Up: Text-To-Speech (TTS) Device Previous: Connection

Subsections

Actions

Add String

ttsAlias:addstring(string text);
string text: The Sentence to add to the internal Buffer

Talk

ttsAlias:talk(void);
This command outputs the contents of the internal Buffer as spoken text.

Say

ttsAlias:say(string text);
string text: The text immediately spoken.

Stop

ttsAlias:stop(void);
Stop speeking and flush all Text in the internal Buffer.

Pause

ttsAlias:pause(void);
Pause speeking.

Continue

ttsAlias:continue(void);
Continue speeking

Reset

ttsAlias:reset(void);
Reset the Speech-Engine to the default state.



Volker Christian 2000-10-24