<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > SAPI (Speech API) > SAPI_VoiceSet |
Description
Set current SAPI voice.
Syntax
SAPI_VoiceSet(sVoiceName)
Returns
None.
Parameters
Name |
Type |
Optional |
Meaning |
sVoiceName |
String |
No |
Voice name. Use SAPI_VoicesGet to retrieve installed SAPI voices. |
Remarks
Restrictions
See also
Examples