dhairyagothi / 100_days_100_web_project

This repository contains 100 web projects from basic to intermediate using html css and js Please star the repo before start working on it
https://50-days-50-web-project.vercel.app/
MIT License
30 stars 36 forks source link

Add Speech-to-Text Feature to Text-to-Voice Converter Project #220

Closed BrajRaj89 closed 3 months ago

BrajRaj89 commented 3 months ago

Providing a speech-to-text feature will enhance the user experience by allowing them to input text through voice commands.

Describe the solution you'd like I would like to propose an enhancement to our existing text-to-speech converter project by adding a speech-to-text functionality. This feature will allow users to speak into their devices, and the spoken words will be converted into text, which can then be used for various purposes within the application.

Describe alternatives you've considered Utilize a reliable speech recognition API (such as Google Speech-to-Text, Microsoft Azure Speech Service, or IBM Watson) to capture and convert speech into text. User Interface Enhancement: Add a microphone icon or a dedicated button in the user interface that users can click to start and stop the speech-to-text process.

github-actions[bot] commented 3 months ago

Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊

dhairyagothi commented 3 months ago

already there as day 48 #132

BrajRaj89 commented 3 months ago

132 is about text to speech convertor and i want to add the feature that user can speak and this will be converted into text

in the project text to speech convertor

dhairyagothi commented 3 months ago

okay assigned @BrajRaj89

github-actions[bot] commented 3 months ago

Hello @BrajRaj89! Your issue #220 has been closed. Thank you for your contribution!