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 2 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:14:44.000Z (over 3 years ago)
- Last Synced: 2025-10-21T16:59:13.627Z (8 months 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: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# speech-input
[](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)