revSpeechVoices | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | speech library | ||||||
Summary | Returns a list of available voices to use with the revSetSpeechVoice command. | ||||||
Introduced | 2.0 | ||||||
OS | mac, windows | ||||||
Platforms | desktop, server | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: line Control Structure: function Command: revSetSpeechVoice, revSpeak, revSetSpeechProvider Library: Speech library Glossary: parameter, Standalone Application Settings, command, return, standalone application, LiveCode custom library | ||||||
Description | Use the revSpeechVoices function to find out what voices can be used to speak text on the current system. The revSpeechVoices function returns a list of voices installed on the current system. Each voice is either male, female, or neuter, and you can use the optional voiceGender parameter to request one of the genders.
| ||||||
Tags | multimedia |