Edited by author 02-21-2003 01:44 PM
Save $10. Use the following Applescript that does exactly the same thing (less choosing the voice). I forget the original source - I apologize to whomever first came up with this.
say (text returned of (display dialog ¬
"Enter what you would like synthesized into a file." default answer ¬
"Welcome to Mac OS X.")) saving to (choose file name with prompt ¬
"Choose where you would like to to save the file." default name "say.aiff")
By the way, if you want a sample of what a somewhat large amount of text sounds like when read through Apple's speech, check out
http://www.drivingmenuts.netIt's a work in progress.