<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > SAPI (Speech API) > SAPI_Speak |
Description
Instruct SAPI engine to speak the passed text.
Syntax
none = SAPI_Speak(sTextToSpeak)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
sTextToSpeak |
String |
No |
The text to speak |
Remarks
Restrictions
See also
Examples