Skip to content

This is a jQuery plugin that add speech to text buttons to inputs based on the jQuery selector.

Notifications You must be signed in to change notification settings

jeremyworboys/jQuery-Speech-to-Text-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech to Text jQuery Plugin Example

Usage

General usage is to select the input and/or textarea fields that you would like to enable speech to text on.

$("input, textarea").speechToText();

Options

inputResetClass

You may specify a class to reset any custom CSS you have applied to input fields. This is used as a dummy input has to be created to enable speech to text on textareas.

Note

This plugin uses the HTML5 speech attribute which is currently only implemented by webkit (Chrome, Safari, iOS, Android, etc) and only natively on <input> elements.

This plugin was primarily designed to bring this functionality to the <textarea> element, but it is still limited by the support of the HTML5 speech attribute.

Email for support.

About

This is a jQuery plugin that add speech to text buttons to inputs based on the jQuery selector.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published