It uses voice commands to write a particular line or block of code. It is a simple background service that Continuously takes voice input from the user and writes appropriate code into the editor currently selected. It makes programming easy to write and increase production speed. 😃
Open up the project in Visual Studio, then build & run it. It will automatically start listening so open up any text editor like Notepad etc. now use following commands(speak command).
| Command | Description |
|---|---|
| include | ex. say: "inclued iostream" |
| using namespace | ex. say: "using namespace standard/std" |
| function | ex. say: "function void main" |
| print <string/variable> | ex. say: "print string" |
| print line <string/variable> | ex. say: "print line variable" |
| for loop | ex. say: "for loop" |
| hello | Check listening |
| up, down, left, right | Move caret according command |
| newline | Similar to press ENTER key in keybord |
| tab | Similar to press TAB key in keybord |
| undo | Ctrl+Z |
| erase | Erase one word |
| clear | Similar to press ctrl+A and backspace |
| back | Similar to press BACKSPACE in keybord |
| stop | Stop listening, and toggle listening by single clicking on statusbar button |
| exit | Similar to pressing close button of this window |