speechSpeakUtterance

Typehandler
Dictionarynative.speech
LibrarySpeech Library
Syntax
speechSpeakUtterance(<pString>)
Associationscom.livecode.library.native.speech
Summary

Synthesize text to speech

OSmac, ios, android
Platformsdesktop, mobile
Parameters
NameTypeDescription
pString

The utterance to speak.

Example
speechSpeakUtterance "I have a dream"
Description

Use the speechSpeakUtterance command to synthesize text to speech. When finished speaking the speechUtteranceDidFinish message is sent to the caller.