Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 583 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 583 Bytes

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.