https://github.com/rayhanadev/web-speech-test
Using the Web Speech APIs.
https://github.com/rayhanadev/web-speech-test
Last synced: about 1 month ago
JSON representation
Using the Web Speech APIs.
- Host: GitHub
- URL: https://github.com/rayhanadev/web-speech-test
- Owner: rayhanadev
- Created: 2022-06-27T20:26:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T20:29:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T14:13:17.427Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speech 2 Text
Testing Chrome's [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API)
for a Speech Recognition project.> Speech recognition involves receiving speech through a device's microphone,
> which is then checked by a speech recognition service against a list of
> grammar (basically, the vocabulary you want to have recognized in a particular
> app.) When a word or phrase is successfully recognized, it is returned as a result
> (or list of results) as a text string, and further actions can be initiated as a
> result.
>
> MDN, "Using the Web Speech API"