/HeyWindows

A basic voice command interface for Windows.

Primary LanguageC#

HeyWindows

An interface for creating commands which are executed when the program hears keywords.

Uses System.Speech.Recognition

Features

You can add a command and type in the text which you want it to listen for. Then you can add an action (currently only launching executables is implemented). Select a .exe file and arguments you wish to launch with.

image

TODO

  • Add more action types
  • Collapsable command controls
  • Record your voice instead of text works fine, but inaccurate
  • Settings like Windows startup and is listening toggablity
  • Code cleanup
  • Input device configuration