Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hrfmmymt/speech-input

A custom element that allows you to easily try a SpeechRecognition API on your site.
https://github.com/hrfmmymt/speech-input

custom-elements custom-elements-v1 media-recorder mediarecorder-api speech-recognition speechrecognition web-components webcomponents

Last synced: about 5 hours ago
JSON representation

A custom element that allows you to easily try a SpeechRecognition API on your site.

Awesome Lists containing this project

README

        

# speech-input
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/speech-input)

A custom element that allows you to easily try a SpeechRecognition API on your site. And you can optionaly recording while speech recognition.

## Installation

From npm:

```
npm install --save speech-input
```

## Usage

```html

```

## Preview
preview default preview inputted state

## License
[MIT License](https://github.com/hrfmmymt/speechinput/blob/master/LICENSE)