Code Monkey home page Code Monkey logo

code-by-voice's Introduction

code-by-voice

Develop software hands-free by utilizing Vocola2. Support for a variety of languages/frameworks.

Supported Applications

The following applications are supported by voice commands. Below is a list of commands that can be used with the following applications.

Supported Languages/Frameworks

Voice commands are available for the followinng languages. To properly code by voice, it is necessary to use Visual Studio Code and the associated extensions.

Prerequisites

Setup Instructions

The following instructions are condensed from the unimacro website. Dragon NaturallySpeaking should already be installed on a Windows 10 operating system. Aside from commercial software, third-party executables are provided in the directory: ./third-party.

  1. Clone the code-by-voice repository
  2. Install Python 2.7, use the Windows x86 MSI installer
  3. Install wxpython, pywin32, six, and future by executing the following in Command Prompt as administrator
cd \python27\Scripts
pip install wxpython==4.0.3
pip install pywin32 six future
  1. Install Natlink/Vocola 2/Unimacro
  2. Open Configure NatLink via GUI from the start menu
  3. Enable Natlink, Vocola and Unimacro.
  4. Use the cloned code-by-voice repository for Vocola User Directory
  5. Create link for code-by-voice extensions by executing the following in Command Prompt as administrator
mklink \Natlink\Natlink\Vocola\extensions\vocola_ext_common.py <install>\code-by-voice\extensions\vocola_ext_common.py
  1. Create link for code-by-voice snippets by executing the following in Command Prompt as administrator
mklink <user>\AppData\Roaming\Code\User\snippets\<language>.json <install>\code-by-voice\snippets\<language>.json

Note: For troubleshooting, refer to Problems with installation?

Setup for C++ in Visual Studio Code

The following instructionns cover the setup for C++ in Visual Studio Code. Coding by voice leverages the use of snippets available in VS Code. The steps below are condensed from the website: Using GCC with MinGW.

  1. Install Visual Studio Code
  2. Install mingw-get-setup
  3. Run MinGW Installation Manager. Under Basic Setup, select and install the two packages:
    • mingw32-base-bin
    • mingw32-gcc-g++-bin
  4. Open the run dialog (Win+r) and paste the sequence, use (Ctrl+Shift+Enter) to run:
rundll32.exe sysdm.cpl,EditEnvironmentVariables
  1. Under System variables, select Path and Edit.
    • Add the MinGW binary directory (C:\MinGW\bin)
  2. Add the extensions to VS Code
  3. Set snippets to top of suggestions in VS Code
    • Open settings: Ctrl+,
    • Text Editor->Suggestions->Snippet Suggestions set to "top"

code-by-voice's People

Contributors

ralphflachs avatar

Stargazers

Soti avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.