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

Top comments (0)