DEV Community

Cover image for Echo
Saravanan Selvamohan
Saravanan Selvamohan

Posted on

Echo

What I built

An echo tool that demonstrates the usage of Web Speech Recognition & Synthesizer API.

Category Submission:

Random Roulette

App Link

https://echo-788wj.ondigitalocean.app/

Screenshots

Echo

Description

Web Speech Recognition & Speech Synthesizer API allows users to recognize the speech and also synthesizes speech from text. This app demonstrates the usage of web API. This app recognizes what the user speaks and converts it to text. With the text passed to Speech synthesize API echos the voice of what users have spoken before.

Link to Source Code

https://github.com/saravananselvamohan/echo

Permissive License

MIT

Background

Web API for Speech Recognition & Speech synthesizer reduces the dependency on residing on service vendors. And also Web API runs directly on the browser with no dependency. These API could be greatly helpful to those looking for Speech Recognition & Speech Synthesizer services for their applications

How I built it

Using HTML, Javascript & Web API

[ What I learned]
Deploying a Static site in Digital Ocean
Usage of Speech Recognition & Speech Synthesizer Web API

Additional Resources/Info

https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis
https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition

Top comments (0)