A Python program for speech-to-text conversion
- speech_recognition library of PyAudio
- pyttsx3 library
- Install the required modules (PyAudio and pyttsx3)
- Open the file audio1.py in your Python text editor
Use the package manager pip to install the module
pip install pyaudio
pip install pyttsx3
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.