Speech synthesis: Difference between revisions

Added AppleScript implementation
(Added AppleScript implementation)
Line 16:
<lang amigabasic>text$=TRANSLATE$("This is an example of speech synthesis.")
SAY text$</lang>
 
=={{header|AppleScript}}==
Probably the only language where output to console is harder than output to a sound device.
<lang AppleScript>
say "This is an example of speech synthesis"
</lang>
 
=={{header|AutoHotkey}}==
503

edits