revIsSpeaking | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | speech library | ||||||
Summary | Returns true or false, depending on whether a phrase is currently being spoken by the revIsSpeaking command. | ||||||
Introduced | 2.0 | ||||||
OS | mac, windows | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Control Structure: function Command: revStopSpeech, revSpeak Glossary: Standalone Application Settings, command, return, standalone application, text to speech, LiveCode custom library Library: Speech library | ||||||
Description | Use the revIsSpeaking function to avoid interrupting a speech. If you execute the revSpeak command while the computer is already speaking, the first speech is stopped and the second speech begins immediately.
| ||||||
Tags | multimedia |