Skip to content

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

Notifications You must be signed in to change notification settings

amitpatil321/VoiceForm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published