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

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

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.