1

So, I would like to have a program that will do certain functions based on given voice commands.

  1. The most important is to apply hotkeys, ie... "Start Menu" -> windows key, "Back" -> backspace

  2. Running a batch script or program

  3. Organization of voice commands based on the foreground application (similar to how wacom pens can be customized per program)

  4. Voice to text recognition would be nice, but least important.

user24055
  • 353
  • 1
  • 4
  • 8

1 Answers1

1

It looks like you're able to record "Macro's" for speech recognition.

This shows how to create macros.

This is the tool you'll need to do so.

Kelbizzle
  • 1,869
  • 18
  • 25
  • Windows Speech Recognition Macros extends the speech recognition capabilities in Windows Vista. Users can create powerful macros that are triggered by voice command to interact with applications. – Kelbizzle Jan 27 '10 at 22:41
  • Wow, didn't know it was available through microsoft. That looks like it will do what I want, I will test it when I get home (im on XP at work). Thanks! There are additional tutorials here, http://code.msdn.microsoft.com/wsrmacros/Wiki/View.aspx?title=Using%20the%20WSR%20Macros%20Wizard%20tutorial&referringTitle=Home – user24055 Jan 27 '10 at 22:50