Text File | 1995-06-08 | 437 b | 6 lines | [TEXT/ttxt]
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:
say <text to say> [using <voice>] [display <text to display>]
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.