ph_tts PowerHome formula function
Description
Pass a phrase to the Text to Speech engine.
Syntax
ph_tts ( s )
Argument |
Description |
s
|
A string that you would like to have spoken via the TTS engine.
|
Return value
Integer. Returns a 0. It is important to note that TTS is asynchronous and the function returns as soon as the phrase is passed to the TTS engine. The TTS engine will speak the phrase when it has a chance. This command is equivalent to the Send Keys command {tts+phrase}.