ctcuff / vscode-voice-commanding

Made as a hackathon project at Microsoft, this is an extremely experimental extension for VS Code that lets you navigate the editor with your voice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS Code Voice Commanding

A extremely experimental extension for VS Code that lets you execute a subset of the editor's commands with your voice using Microsoft's Cognitive Service Speech SDK

Requirements

Building

Before building, you'll need to create an env file in the root directory that looks like this:

SUBSCRIPTION_KEY=your-azure-subscription-key-here
REGION=the-region-used-in-your-azure-account

To build and run the extension, execute the following commands:

  • yarn - Install dependencies
  • yarn native:configure - Configure C++ build
  • yarn compile:all - Build C++ code and compile TS code
  • F5 - Start the extension

In order to activate dictation, you'll need to have at least one file open. You should see a microphone icon at the top right of the editor. To get a sense of what commands and phrases you can say, take a look at command-map.ts and commanding.ts

About

Made as a hackathon project at Microsoft, this is an extremely experimental extension for VS Code that lets you navigate the editor with your voice.


Languages

Language:TypeScript 46.7%Language:C++ 38.0%Language:CMake 8.0%Language:JavaScript 6.3%Language:C 0.9%