Skip to content

alphaolomi/type-n-speak

Repository files navigation

Type N Speak

Try it at 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, 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.