Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 552 Bytes

File metadata and controls

18 lines (13 loc) · 552 Bytes

Script Title

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.

Prerequisites

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

How to run the script

Just run the python file

Screenshot/GIF showing the sample use of the script

output.png

Author Name

ChiragNarvekar