-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Speech-to-Text Feature to Text-to-Voice Converter Project #220
Comments
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! 😊 |
already there as day 48 #132 |
#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 |
okay assigned @BrajRaj89 |
## Related Issue Add Speech-to-Text Feature to Text-to-Voice Converter Project [Cite any related issue(s) this pull request addresses. If none, simply state "None”] write issue no. here #220 ## Email id used to register for VSoc'24 [email protected] ## Description I have added a feature that converts a user's speech into text, which is then displayed as output. Additionally, I have worked on the UI part of the project. [Please include a brief description of the changes or features added] ## Type of PR - [ ] Bug fix - [x ] Feature enhancement - [x ] Documentation update - [ ] Security enhancement - [ ] Other (specify): _______________ check in issue by entering [X] in boxes ## Screenshots / Videos (if applicable) before changes ![before changes](https://github.com/dhairyagothi/50_days_50_web_project/assets/147842418/9980907e-afb5-49d4-87ea-918e4cbf8267) Here, I am providing a video that demonstrates the feature of converting voice into text. I am also providing a screenshot of the UI design enhancements. video https://github.com/dhairyagothi/50_days_50_web_project/assets/147842418/833eca20-aed2-4b62-a7ff-999ebfc4569a screenshot ![after changes](https://github.com/dhairyagothi/50_days_50_web_project/assets/147842418/3d455723-e424-463b-8d11-9011340e3ecb) [Attach any relevant screenshots or videos demonstrating the changes] ## Checklist - [x ] I have performed a self-review of my code. - [x ] I have read and followed the Contribution Guidelines. - [ x] I have tested the changes thoroughly before submitting this pull request. - [x ] I have provided relevant issue numbers, screenshots, and videos after making the changes. - [x ] I have commented my code, particularly in hard-to-understand areas. - [x ] I have followed the code style guidelines of this project. - [x ] I have checked for any existing open issues that my pull request may address. - [x ] I have ensured that my changes do not break any existing functionality. - [x ] Each contributor is allowed to create a maximum of 4 issues per day. This helps us manage and address issues efficiently. - [x ] I have read the resources for guidance listed below. - [x ] I have followed security best practices in my code changes. check in issue by entering [X] in boxes ## Additional Context [Include any additional information or context that might be helpful for reviewers.] ## Contribution Guidelines Thank you for considering contributing to our project! To ensure smooth collaboration and effective contribution management, please adhere to the following guidelines: ### Issue Creation 1. **Limit on Issues:** - Each contributor is allowed to create a maximum of **4 issues per day**. This helps us manage and address issues efficiently. ### Contribution Levels 2. **Basic Contributions:** - This project is primarily focused on documentation. Most of the setup has been completed, so contributors will generally need to work on basic code tasks, such as writing tests. - For these tasks, issues will be assigned the **Easy** label. 3. **Acknowledging Hard Work:** - If a contributor puts in significant effort on a task, the issue will be upgraded to **Medium**. This is our way of recognizing and appreciating extra effort. 4. **Feature Additions and Component Work:** - Contributors working on new features or components using JSX/TSX will be assigned a level based on the complexity and quality of their work. - The more complex and valuable the contribution, the higher the level assigned. ### Level Definitions - **Easy:** - Tasks are straightforward, such as fixing minor bugs, writing tests, or making simple documentation updates. - **Medium:** - Tasks require more effort, such as addressing complex bugs, improving existing features, or making substantial documentation improvements. - **Hard:** - Tasks are highly complex and involve significant new feature development, major refactoring, or extensive contributions to the project’s core components. We look forward to your contributions and appreciate your effort in helping us improve the project!
Hello @BrajRaj89! Your issue #220 has been closed. Thank you for your contribution! |
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.
The text was updated successfully, but these errors were encountered: