[Solved] Text editor which can convert speech to text and vice-versa [closed]
Yes, it is very much possible. If you are a beginner, I recommend you use python to do this. You can use PyQt for your GUI, pyttsx and SpeechRecognition for the speech engine (offline). Do the following to install them: pip install SpeechRecognition pip install pyttsx Here’s some code to get you started on the … Read more