Results 1 to 8 of 8

Add Custom Speech Commands

This is a discussion on Add Custom Speech Commands within the Mac OS X forums, part of the Tutorials category; So, yesterday I was playing around with the speech controls on my iMac, and I discovered a way to make ...

          
   
  1. #1
    MozyMac Princess Chelsealov3's Avatar
    Join Date
    Aug 2009
    Location
    California, USA
    Posts
    59

    Default Add Custom Speech Commands

    So, yesterday I was playing around with the speech controls on my iMac, and I discovered a way to make custom speech commands, to do whatever you tell it to.
    For example, I can tell my Firefox to go to my homepage, and then go to various sites I've programed in, like yahoo and facebook.

    It's pretty simple to do, you just have to know a little bit of apple script.

    What you'll want to do, is go activate the speech commands, by going to system preferences, then speech under the system heading.

    I have mine set to listen continuously, with the command optional, but you can tweak it to your liking. After that, you'll want to calibrate the microphone so the system will recognize your commands.

    So, let's start with a simple code that'll make the computer respond to what you say.

    With speech commands activated, say "open speakable items folder"

    Once that's opened, open script editor manually and type
    delay 1
    tell application "Terminal" to say "because windows sucks"
    now save this as "I'm a mac" without the quotes to your desktop.
    For any other scripts, the speech command will be whatever you save the file name as, so choose carefully.

    Now, with the speakable items folder open, drag the script from your desktop into it.
    There, now when you say I'm a mac, your computer should respond with because windows sucks.

    Sorry if this tutorial is hard to follow or in the wrong place >.<

  2. #2
    The Man Behind It All Fahad's Avatar
    Join Date
    Jun 2009
    Posts
    813

    Default

    Thanks for sharing princess



    MozyMac Founder,Chairman and CEO

    MacBook Pro Unibody late 2008 2.4Ghz 4GB ram 250GB HD

    MozyMac Youtube Channel

  3. #3
    MozyMac Executive
    Join Date
    Aug 2009
    Location
    Australia
    Posts
    534

    Default

    impressive! i may just try this
    iMac i7@2.8GHz 4GB RAM 1TB WDFALS HDD
    MBP CD@2.16GHz 2GB RAM 500GB HDD 15"
    Hackintosh E4600@3GHz 2GB RAM 500GB HDD
    Ask Away

  4. #4
    Junior Member Taiwo's Avatar
    Join Date
    Oct 2009
    Posts
    1

    Default

    You're awesome... I'm gonna have fun with this one

  5. #5
    Senior Member
    Join Date
    Sep 2009
    Location
    Australia
    Posts
    192

    Default

    Quote Originally Posted by Taiwo View Post
    You're awesome... I'm gonna have fun with this one
    you signed up just to say this lol??

    my speech commands never understand me it always just gives the "???" haha

  6. #6
    Member
    Join Date
    Jul 2009
    Posts
    70

    Default

    speech commands work like a charm here check your accent MacMan

  7. #7
    Senior Member
    Join Date
    Sep 2009
    Location
    Australia
    Posts
    192

    Default

    Quote Originally Posted by GrandMasterBit View Post
    speech commands work like a charm here check your accent MacMan
    my accent is fine thanks very much

    *in a very nasal tone* "G'Day mate!"

    burt.

  8. #8
    MozyMac Princess Chelsealov3's Avatar
    Join Date
    Aug 2009
    Location
    California, USA
    Posts
    59

    Default

    They're very temperamental..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •