Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b4rtaz/voice-assistant
Voice assistant for Visual Studio Code.
https://github.com/b4rtaz/voice-assistant
speech-recognition speech-to-text vscode vscode-extension
Last synced: 6 days ago
JSON representation
Voice assistant for Visual Studio Code.
- Host: GitHub
- URL: https://github.com/b4rtaz/voice-assistant
- Owner: b4rtaz
- License: mit
- Created: 2021-05-24T19:52:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T17:37:43.000Z (over 3 years ago)
- Last Synced: 2024-11-30T02:45:54.547Z (12 days ago)
- Topics: speech-recognition, speech-to-text, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=b4rtaz.voice-assistant
- Size: 723 KB
- Stars: 290
- Watchers: 5
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - b4rtaz/voice-assistant - Voice assistant for Visual Studio Code. (TypeScript)
README
# Voice Assistant for VSCode
[![Build Status](https://travis-ci.com/b4rtaz/voice-assistant.svg?branch=main)](https://travis-ci.com/b4rtaz/voice-assistant) [![License: MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](/LICENSE) [![Twitter: b4rtaz](https://img.shields.io/twitter/follow/b4rtaz.svg?style=social)](https://twitter.com/b4rtaz)
The voice assistant for Visual Studio Code. This extension allows you to put code snippets into the code by voice. Also, you can execute any Visual Studio command by voice. The extension works with any language, because the file with voice commands is placed in the project folder (voice-assistant.json). So, you can prepare own voice commands for each project.
(check an example with voice 🔉)🔥 Features:
* multiple windows support,
* diffrent voice commands for each project,
* easy voice commands reloading,
* it works with every language,
* VSCode command executing.☕ `voice-assistant.json` examples:
* [TypeScript](definitions/typescript.json)
* [HTML](definitions/html.json)
* ...💻 Available speech recognition servers:
* [.NET Server](https://github.com/b4rtaz/voice-assistant-net-server) (only for Windows)
## 🚀 How to Start?
1. **Install this extension** from [the marketplace](https://marketplace.visualstudio.com/items?itemName=b4rtaz.voice-assistant).
2. **Install & run a server**. The server is necessary, because it does all speech recognition job. Currently we support only Windows.
* 💾 [Download .NET Server](https://github.com/b4rtaz/voice-assistant-net-server/releases/download/v0.1.0/VoiceAssistant.Server.0.1.0.zip) (only for Windows, it requires [.NET5](https://dotnet.microsoft.com/download/dotnet/5.0))
3. **Add `voice-assistant.json` file** to root directory of your project and click "Reload definition". You may use [an example file](definitions/) or click "Add example voice-assistant.json" button.
4. You can start speaking. 🎤## 📌 FAQ
* **.NET Server doesn't recognize the speech** - you may boost the microphone power in Windows settings, try to speak correctly and sharply ([more](https://github.com/b4rtaz/voice-assistant/issues/3)).
## 💡 License
This project is released under the MIT license.