• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Speech impediment
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Speech impediment


  • Subject: Re: Speech impediment
  • From: Jim Baskins <email@hidden>
  • Date: Wed, 08 Aug 2001 13:54:41 -0500

On 8/2/01 3:48 PM, Dennis Wurster email@hidden wrote:

> Hi Folks,
>
> Just for fun (My 3 y.o. thinks it's funny) I've been playing with the
> 'say' command. I can't seem to get the 'using' parameter to work, I
> get a "The variable Zarvox is not defined" error. The 'say' command
> works fine if I omit the parameter.
>
> Any help?

I hope so.

> -=Dennis=-
>
> ---------
>
> tell application "Finder"
> activate
> display dialog "What would you like me to say?" default answer ""
> say text returned using Zarvox
> end tell

Try putting quotes around "Zarvox"
Lose the finder commands, say is a standard addition and does not need the
Finder tell block, i.e.:

------------
display dialog "What would you like me to say?" default answer ""
say text returned using "Zarvox"
------------

At least that works here just fine.

Here's a little silly thing that was posted by some unknown silly person
about 2 years ago during a play-with-voices interlude; my niece used to wear
it out:

set vFolder to path to voices
tell application "Finder"
repeat with v in (name of every item of vFolder) as list
say "I am " & v using v
end repeat
end tell


Jim


  • Follow-Ups:
    • Re: Speech impediment
      • From: Paul Skinner <email@hidden>
References: 
 >Speech impediment (From: Dennis Wurster <email@hidden>)

  • Prev by Date: (no subject)
  • Next by Date: Re: How do you check the equivalency of references?
  • Previous by thread: Speech impediment
  • Next by thread: Re: Speech impediment
  • Index(es):
    • Date
    • Thread