DEV Community

Cover image for Web Speech API - Simplified
Surojit Mondal
Surojit Mondal

Posted on

Web Speech API - Simplified

This is a submission for DEV Challenge v24.03.20, One Byte Explainer: Browser API or Feature.


Explainer

  • Enables web apps to handle voice data using NLP, in real-time

  • Features: SpeechGrammar, SpeechSynthesisVoice, SpeechSynthesisUtterance, Voice rate, Language & Volume settings etc.

  • Types: SpeechSynthesis(Text⇾Speech) & SpeechRecognition (Asynchronous)


SpeechSynthesis


SpeechRecognition


Additional Context

Web Speech API - Web APIs | MDN

The Web Speech API enables you to incorporate voice data into web apps. The Web Speech API has two parts: SpeechSynthesis (Text-to-Speech), and SpeechRecognition (Asynchronous Speech Recognition.)

favicon developer.mozilla.org

Top comments (0)