Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victor-wiki/speechcoding
Coding by speech.
https://github.com/victor-wiki/speechcoding
code coding recognition recognize speech voice
Last synced: 2 months ago
JSON representation
Coding by speech.
- Host: GitHub
- URL: https://github.com/victor-wiki/speechcoding
- Owner: victor-wiki
- Created: 2020-02-17T06:17:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T05:53:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T18:44:09.354Z (almost 2 years ago)
- Topics: code, coding, recognition, recognize, speech, voice
- Language: C#
- Size: 1.78 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpeechCoding
This tool uses Microsoft.Speech to recognize speech and sends result to editor. It supports the words by loading files as well as custom defined words, and it also supports code template.
## Prerequisites
* [Microsoft Speech Platform - Runtime (x64)](https://www.microsoft.com/en-us/download/details.aspx?id=27225)
* [Microsoft Speech Platform - Language package (en-US)](https://www.microsoft.com/en-us/download/details.aspx?id=27224)## Usage
1. Enable audio input device.
2. Config preferred language.
3. Config control & word, it needs to create file manually if use code template.
4. Load or drap(not for debuging mode) file to main form.
5. Click start record button and let mouse cursor in the source code editor, and then speech.## UI-Setting
![Screenshot-setting](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/SpeechCoding/setting.png?raw=true)## UI-Control word setting
![Screenshot-controlWordSetting](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/SpeechCoding/controlWordSetting.png?raw=true)## UI-Language setting
![Screenshot-languageSetting](https://github.com/victor-wiki/StaticResources/blob/master/StaticResources/images/projs/SpeechCoding/languageSetting.png?raw=true)