A program that allows the user to convert the speech he/she inputs into the program into a text as well as the audio that is played in real time.
speech_recognition, pyttsx3 and pyaudio libraries are required for this code.
To install speech_recognition: pip install SpeechRecognition To install pyttsx3: pip install pyttsx3 To install pyaudio: pip install pyaudio
Just run the python file
output.png
ChiragNarvekar