Speech Recognition

Posted:
in macOS edited January 2014
This speak recognition thing on mac os is absolutely amazing and easy.



Is there a way to either download or make more commands.



Some commands i would like are:



shutdown

restart

play (itunes)

next song (itunes)



and others.



if u know anything please answer.



Thank you.



" THIS IS SUCH A COOL TOOL, MAKES ME EVEN MORE LAZY THEN I ALREADY AM."

Comments

  • Reply 1 of 5
    Applescript.



    Edit your program using the script editor in the applescript folder, in the applications folder. Save it as an application, and save it in home->library->speech->speakable items with the name of the words you want it to respond to.



    eg.
    Code:




    tell application "Finder"

    sleep

    end tell









    Save this as "Bed Time".



  • Reply 2 of 5
    so would:





    tell application "Finder"

    \t

    \tshutdown

    \t

    end tell









    shut down the computer or what would?
  • Reply 3 of 5
    shut down (with a space)



    From the script editor, choose open dictonary then select the program you want to script.
  • Reply 4 of 5
    aquaticaquatic Posts: 5,602member
    AppleScript is almost like English. It is amazing. It's so great and it has been for so long. And no one knows about it.
  • Reply 5 of 5
    I used applescript in 8.6.



    I created a script for my dad so that he could pop a page from a book on the scanner and say "enlarge". It would then launch photoshop, scan the image, double the size, and print it out.



    How user friendly is that!?!



Sign In or Register to comment.