🏠 New in Low Baseline Support: Speech synthesis
September 5, 2018
The SpeechSynthesis
API converts text into audio using a synthetic voice.
Source features
api.SpeechSynthesis
[mdn]api.SpeechSynthesis.cancel
[mdn]api.SpeechSynthesis.getVoices
[mdn]api.SpeechSynthesis.pause
[mdn]api.SpeechSynthesis.paused
[mdn]api.SpeechSynthesis.pending
[mdn]api.SpeechSynthesis.resume
[mdn]api.SpeechSynthesis.speak
[mdn]api.SpeechSynthesis.speaking
[mdn]api.SpeechSynthesisEvent
[mdn]api.SpeechSynthesisEvent.charIndex
[mdn]api.SpeechSynthesisEvent.elapsedTime
[mdn]api.SpeechSynthesisEvent.name
[mdn]api.SpeechSynthesisEvent.utterance
[mdn]api.SpeechSynthesisUtterance
[mdn]api.SpeechSynthesisUtterance.SpeechSynthesisUtterance
[mdn]api.SpeechSynthesisUtterance.end_event
[mdn]api.SpeechSynthesisUtterance.error_event
[mdn]api.SpeechSynthesisUtterance.lang
[mdn]api.SpeechSynthesisUtterance.mark_event
[mdn]api.SpeechSynthesisUtterance.pause_event
[mdn]api.SpeechSynthesisUtterance.pitch
[mdn]api.SpeechSynthesisUtterance.rate
[mdn]api.SpeechSynthesisUtterance.resume_event
[mdn]api.SpeechSynthesisUtterance.start_event
[mdn]api.SpeechSynthesisUtterance.text
[mdn]api.SpeechSynthesisUtterance.voice
[mdn]api.SpeechSynthesisUtterance.volume
[mdn]api.SpeechSynthesisVoice
[mdn]api.SpeechSynthesisVoice.default
[mdn]api.SpeechSynthesisVoice.lang
[mdn]api.SpeechSynthesisVoice.localService
[mdn]api.SpeechSynthesisVoice.name
[mdn]api.SpeechSynthesisVoice.voiceURI
[mdn]api.Window.speechSynthesis
[mdn]