https://github.com/ishubham21/voice-enabled-online-code-editor
An online code-editor that enables the user (visually impaired, especially) to type in the commands and texts using their voice.
https://github.com/ishubham21/voice-enabled-online-code-editor
code editor javascript voice-recognition
Last synced: 6 months ago
JSON representation
An online code-editor that enables the user (visually impaired, especially) to type in the commands and texts using their voice.
- Host: GitHub
- URL: https://github.com/ishubham21/voice-enabled-online-code-editor
- Owner: ishubham21
- Created: 2021-02-06T03:46:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T07:16:48.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T14:51:59.899Z (9 months ago)
- Topics: code, editor, javascript, voice-recognition
- Language: JavaScript
- Homepage: https://ishubham21.github.io/voice-enabled-online-code-editor/
- Size: 129 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voice Enabled Online Code Editor
It is your regular online code editor but with a twist. This code editor also supports voice recognition. Yes! You can now use your voice to dictate commands and get your tasks done.
## It supports -
HTML, CSS and JavaScipt as of now.
## Instructions -
You can use it absolutely on any browser to make your code work. However, **if you intend to use the voice recognition feature, you strictly must use Chrome or Chromium-based browsers** since the API used is specifically developed for the above-mentioned browsers and it will result in a point of failure on any other browser. You may also have to update your Chrome if it isn't already.
## Drawbacks -
This website doesn't support the addition of special characters using voice recognition. They are bound to be manually added by the user.
We need to wait until google adds support for punctuations and special characters including but not limited to angular brackets (<>), question mark (?), period (.), semicolon (;) and colon (:).
## Visit
Visit here - [Link to the hosted project](https://ishubham21.github.io/voice-enabled-online-code-editor/)