<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > SAPI (Speech API) |
Description
SAPI module provides function to handle interface with Win32 Speech API (SAPI).
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "SAPI"
This directive will load the module and add the following new keywords.
Reference
Microsoft web site:
https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms723627(v=vs.85)