home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / PlainTalk Developer / Text-to-Speech / Scripting / Read Me next >
Encoding:
Text File  |  1995-06-08  |  437 b   |  6 lines  |  [TEXT/ttxt]

  1. The "Say" file goes in the Scripting Additions folder in the Extensions folder.  This adds text-to-speech functionality to AppleScript.  The format of the script statement is:
  2.  
  3. say <text to say> [using <voice>] [display <text to display>]
  4.  
  5. The <text to display> argument will be displayed in the speech recognition feedback window if speech recognition is running and the feedback window is active.  Otherwise, that argument is ignored.
  6.