https://github.com/devblin/voice
🎤 Implementation of SpeechRecognition interface of Web Speech API to move a box using voice commands.
https://github.com/devblin/voice
speech-recognition web-speech-api
Last synced: 7 months ago
JSON representation
🎤 Implementation of SpeechRecognition interface of Web Speech API to move a box using voice commands.
- Host: GitHub
- URL: https://github.com/devblin/voice
- Owner: devblin
- Created: 2020-09-15T14:46:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T11:28:15.000Z (about 4 years ago)
- Last Synced: 2025-02-27T14:29:21.584Z (12 months ago)
- Topics: speech-recognition, web-speech-api
- Language: JavaScript
- Homepage: http://voice.devblin.in
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voice
#### How to Use:
1. Go to [link](https://devblin.github.io/voice/) to play with it.
2. Click on `start` to start mic.
3. Clicking on `stop` switch-offs the mic.
#### Commands (Speech):
* Start - To move at start position.
* Left - To move left.
* Right - To move right.
* Down - To move down.
* Up - To move up.