revSetSpeechVoice | |||||||
Type | command | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | speech library | ||||||
Summary | |||||||
Introduced | 2.0 | ||||||
OS | mac, windows | ||||||
Platforms | desktop, server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Glossary: Standalone Application Settings, command, standalone application, execute, text to speech, LiveCode custom library Command: revSetSpeechSpeed, revSpeak Function: result, revSpeechVoices Library: Speech library Control Structure: function | ||||||
Description | Use the revSetSpeechVoice command to change the way speech sounds. To get a list of voices installed on the current system, use the revSpeechVoices function. If the voiceName you specify is not installed, the revSetSpeechVoice command sets the voice to the default voice set by the system. The voice specified by the revSetSpeechVoice command is used for all speeches following the command during the current session, but if the computer is already speaking when you execute the command, the new voice does not affect the current speech. If the revSetSpeechVoice command is executed while a speech is being spoken, the current speech is halted.
| ||||||
Tags | multimedia |