Re: Text to Speech
Re: Text to Speech
- Subject: Re: Text to Speech
- From: Michelle Steiner <email@hidden>
- Date: Mon, 14 Jan 2002 13:36:55 -0700
On 1/14/02 1:08 PM, henk <email@hidden> wrote:
>
I'd like to write an Apple Script that would take any selected text and
>
speak it using Text to Speech. Does anyone know how this can be done?
The text is being selected would have to be a scriptable application.
For example, here's something using Claris Emailer. I didn't trap to
make sure the selection is text; the script would have to be fleshed out
for that, of course.
tell application "Claris Emailer"
set the textToBeSpoken to the selection
end tell
say the textToBeSpoken
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------