View unanswered posts | View active topics It is currently Wed May 22, 2013 12:29 pm



Reply to topic  [ 2 posts ] 
 Push-to-talk and Applescript 
Author Message

Joined: Feb 09, 2009
Posts: 108
Post Push-to-talk and Applescript
In my on-again off-again love-hate-love-smash-fix-love-give up relationship with voice recognition, I've found that the consensus is correct and Mac VR works much better in push-to-talk mode compared to continuous listening. Now, I can get wireless lapel or headset or whatever mics, but I can't get a wireless keyboard button. The best is a wireless mouse, but even the best of those have a tiny range. Nowhere near as much as the headset.

So, can anyone tell me how to turn an X10 remote button press into the Push-to-talk button for Mac voice recognition? Anyone have a better idea?

Thanks.
Brian


Thu Jul 16, 2009 1:49 pm
Profile

Joined: May 27, 2007
Posts: 689
Location: NC
Post 
I've had sketchy results with the x10 FOBs and the W32RF800s

But you would use the security script.
Here's my code added to work 2 of the buttons for iTunes

Code: Select all
      if eventType is sec_LightsOn and devID = 44 then
         tell application "iTunes"
            next track
         end tell
      end if
      if eventType is sec_LightsOff and devID = 44 then
         tell application "iTunes"
            playpause
         end tell
      end if


Thu Jul 16, 2009 8:04 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 2 posts ] 

Who is online

Users browsing this forum: Google [Bot] and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.   Template designed by STSoftware.