SpeechSynthesis
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.
Functions
Link copied to clipboard
Returns a list of SpeechSynthesisVoice objects representing all the available voices on the current device.
Link copied to clipboard
Adds an utterance to the utterance queue; it will be spoken when any other utterances queued before it have been spoken.