You can install this libraries from Command Prompt or Terminal, if you already have Python installed.
WARNING: Use python 3.6, because Python 3.7 and above doesn't support PyAudio. Also this script won't run perfectly on repl.it, because the website doesn't support certain libraries.
Also, i got some source for this, if you want to see them as well, hit me up in the comments.
@gatorade322 You gotta install a python libraries called SpechRecognition & PyAudio.
You can use "pip" command to do it. And as i said, it does not work on repl.it, because the website doesn't have certain libraries. If you did installed the libraries, i don't know then.
Speech to text (Python)
This python scripts turns your microphone input into plain text.
Step 1:install SpeechRecognition library.
'pip install SpeechRecognition'
Step 2: install PyAudio library.
'pip install PyAudio'
You can install this libraries from Command Prompt or Terminal, if you already have Python installed.
WARNING: Use python 3.6, because Python 3.7 and above doesn't support PyAudio.
Also this script won't run perfectly on repl.it, because the website doesn't support certain libraries.
Also, i got some source for this, if you want to see them as well, hit me up in the comments.
@gatorade322 You gotta install a python libraries called SpechRecognition & PyAudio.
You can use "pip" command to do it. And as i said, it does not work on repl.it, because the website doesn't have certain libraries.
If you did installed the libraries, i don't know then.