Skip to content

AyushShahh/web-speech-synthesis-and-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech <> Text

GitHub license Views GitHub stars GitHub forks GitHub issues GitHub pull requests Lines of code Tweet this

Convert Speech to Text and vice versa in seconds.
Check the live website: https://speechtotextt.netlify.app


How to use?

Speech to text

  • Select a language and dialect for conversion
  • Click on the speak button
  • Allow the browser to access your microphone
  • Start speaking

Text to speech

  • Select voice for speech synthesis
  • Type anything you want to convert to speech
  • Press speak button and turn on your volume

Local Development

Clone this repository and you will be able to run this on your localhost

git clone https://github.com/AyushShahh/web-speech-synthesis-and-recognition.git

API used

Javascript Web Speech API
MDN Documentation, W3C Documentation

Supported browsers

This API is native to chromium browsers.

License

This project is licensed under the MIT License. See the LICENSE file for details.