September 2024
Beginner to intermediate
985 pages
35h 37m
English
The Web Speech API (https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html) enables web developers to programmatically output speech and recognize speech within a web page. Similarly, the API defines two interfaces: SpeechRecognition for speech recognition (https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#speechreco-section) and SpeechSynthesis for speech output (https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#tts-section). The API has been published by the Speech API Community Group, but it’s not yet an official W3C standard.
To find out whether the current browser supports the Web Speech API, you need to test two things: first, whether speech output is supported, ...
Read now
Unlock full access