amitpatil321 / VoiceForm

Voice Controlled Form, Which can be filled, cleared, submitted using only voice commands.

Home Page:http://amitpatil321.github.io/VoiceForm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple HTML form which can be operated using voice only commands using HTML5 SpeechRecognition api.

How It works

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

Custom Commands

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

Demo

voiceform

How to Run

  1. git clone
  2. npm install
  3. npm start

About

Voice Controlled Form, Which can be filled, cleared, submitted using only voice commands.

http://amitpatil321.github.io/VoiceForm


Languages

Language:JavaScript 87.5%Language:CSS 9.2%Language:HTML 3.2%