Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hrfmmymt/speech-input
- Owner: hrfmmymt
- License: mit
- Created: 2019-06-29T13:44:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:14:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T07:19:28.961Z (about 1 month ago)
- Topics: custom-elements, custom-elements-v1, media-recorder, mediarecorder-api, speech-recognition, speechrecognition, web-components, webcomponents
- Language: JavaScript
- Homepage:
- Size: 888 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## License
[MIT License](https://github.com/hrfmmymt/speechinput/blob/master/LICENSE)