Simple HTML form which can be operated using voice only commands using HTML5 SpeechRecognition api.
Click on audio icon to start speech recognition, You can activate/focus any input based on the triggers specified in the form.json file.
There are few custom commands to operate this form
Command | Description |
---|---|
toggle debug |
Turns on/off debug mode |
clear clear input clear field start again |
Turns on/off debug mode |
reset reset form clear form |
Resets the form by clearing all the inputs |
go submit submit form |
Submits the form |
stop recording stop listening |
Stops audio recording |
space |
Adds space at the end of active input |
undo |
Removed recently added string from currently active input |
- git clone
- npm install
- npm start