revSpeak | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | speech library | ||||||
Summary | Speaks text through the computer's speakers. | ||||||
Introduced | 2.0 | ||||||
OS | mac, windows | ||||||
Platforms | desktop, server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Message: closeStack, shutdown Library: Speech library Glossary: LiveCode custom library, handler, Standalone Application Settings, standalone application, text to speech, execute, command Control Structure: function Function: revIsSpeaking, revSpeechVoices, result Command: revSetSpeechSpeed, revUnloadSpeech, revSetSpeechVoice, revSetSpeechPitch, revSetSpeechVolume Object: stack | ||||||
Description | Use the revSpeak command to use the computer's text to speech|text-to-speech capability. The revSpeak command uses the voice, pitch, and speed specified by the revSetSpeechVoice, revSetSpeechPitch, and revSetSpeechSpeed commands. If you haven't used these commands during the current session to specify a voice, pitch, or speed, the system's settings are used.
| ||||||
Tags | multimedia |