SAToGo Speech Library

Louis

Active Member
Licensed User
Longtime User
Hi all, This is a wrapper for the SAToGo screen reader from Serotek. It allows you to make your Basic4ppc program interact with the System Access to Go SAToGo screen reader.
Copy all the files in this zip package to drive:\program files\anywhere software\basic4ppc desktop\libraries folder.
Then, copy both DLLS in this package into your project folder. This library only works on the desktop.
Add a reference to this library and call its New1 method.
To speak text, use SA_SayU(text), SA_SayA(text), and/or SA_SayW(text). u is for 8-bit UNICODE, w is for 16-bit wide UNICODE, and A is for ASCII. All functions returns TRUE if the screen read the text or FALSE otherwise. HTH.
 

Attachments

  • SAAPI32.zip
    6.8 KB · Views: 30
Top