Reference Manual - Table of Contents Speech These section describes how to use the speech capabilities of the Macintosh.
Command Summary:
Say text$Function Summary:
var = IsSpeech ( )
var = SpeechBusy( )
Say text$
This command will allow to produce speech from a text string.
text$ - This should be a string value that will be spoken by the speech manager.
Example: Say "Hey how are you"
var = IsSpeech ( )
This function returns a true(1) or false(0) result to indicate whether speech manager is installed.
var = SpeechBusy( )
This function returns a true/false result to indicate whether speech is currently being produced. If there speech a true value of 1 is return otherwise false which equals 0 is returned.