Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Poor-man's AppleScript vocalizer' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Poor-man's AppleScript vocalizer
Authored by: regulus on Jun 11, '11 09:49:05PM

That's a fun script. I would make one small addition to it though. It would be useful to know what the current voice is... then you would know if you should change it. As such I would add the following to the end of the "display dialog" statement. It will give the window a title which shows the current voice.

with title "Speak using " & currentVoice

---
Hank
http://www.hamsoftengineering.com



[ Reply to This | # ]