speechSetVoice |
Type | handler |
Dictionary | native.speech |
Library | Speech Library |
Syntax | speechSetVoice(<pVoiceIdentifier>)
|
Associations | com.livecode.library.native.speech |
Summary | Set the voice
|
OS | mac, ios, android |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pVoiceIdentifier | | The voice identifier must be one of the identifiers found in the keys of the
array returned by the speechGetVoices function.
|
|
Example |
speechSetVoice "com.apple.speech.synthesis.voice.kanya"
speechSetVoice empty
|
Description | Use speechSetVoice to specify the voice to use.
Note: Setting voices is supported on Android 6+. On earlier versions this
handler does nothing.
|