https://github.com/alphaolomi/type-n-speak
A minimal web application where you type and it read uses Web Speech API
https://github.com/alphaolomi/type-n-speak
web-speech-api
Last synced: 16 days ago
JSON representation
A minimal web application where you type and it read uses Web Speech API
- Host: GitHub
- URL: https://github.com/alphaolomi/type-n-speak
- Owner: alphaolomi
- Created: 2019-05-26T13:16:22.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T08:26:49.000Z (over 3 years ago)
- Last Synced: 2025-03-01T00:54:06.020Z (over 1 year ago)
- Topics: web-speech-api
- Language: TypeScript
- Homepage: https://type-n-speak.vercel.app
- Size: 342 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Type N Speak
Try it at [https://type-n-speak.vercel.app/](https://type-n-speak.vercel.app/)
A simple web project to interact with the Speech Recognition and Speech Synthesis APIs.
## Notes
Using the [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API), the computer can hear or read text aloud.
The `SpeechSynthesis` interface of the Web Speech API is the controller interface for the speech service; this can be used to retrieve information about the synthesis voices available on the device, start and pause speech, and other commands besides.