Next: Events
Up: Text-To-Speech (TTS) Device
Previous: Connection
Subsections
ttsAlias:addstring(string text);
- string text: The Sentence to add to the internal Buffer
ttsAlias:talk(void);
- This command outputs the contents of the internal Buffer as spoken
text.
ttsAlias:say(string text);
- string text: The text immediately spoken.
ttsAlias:stop(void);
- Stop speeking and flush all Text in the internal Buffer.
ttsAlias:pause(void);
- Pause speeking.
ttsAlias:continue(void);
- Continue speeking
ttsAlias:reset(void);
- Reset the Speech-Engine to the default state.
Volker Christian
2000-10-24