Need pyaudio for SpeechRecognition to receive 🎤 input

https://pypi.org/project/SpeechRecognition/
This commit is contained in:
Christian Clauss
2021-10-07 00:18:58 +02:00
committed by GitHub
parent ffc99686d2
commit 1ce8e01f36

2
run.md
View File

@@ -42,7 +42,7 @@ pip install pyttsx3
- Open the command prompt/terminal and enter the below command to install `SpeechRecognition`
```md
pip install SpeechRecognition
pip install pyaudio SpeechRecognition
```
> Visit the [Speech Recognition documentation](https://pypi.org/project/SpeechRecognition/) to know more about this library.