We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example:
pi@raspberrypi:~/Source/STT-examples $ git diff diff --git a/mic_vad_streaming/requirements.txt b/mic_vad_streaming/requirements.txt index e97d363..3eb12cc 100644 --- a/mic_vad_streaming/requirements.txt +++ b/mic_vad_streaming/requirements.txt @@ -1,7 +1,7 @@ -stt~=1.0.0 +stt~=1.3.0 pyaudio~=0.2.11 webrtcvad~=2.0.10 halo~=0.0.18 numpy>=1.15.1 scipy>=1.1.0 -pyautogui~=0.9.52 \ No newline at end of file +pyautogui~=0.9.52
The text was updated successfully, but these errors were encountered:
The version of numpy also needs to change:
numpy
numpy>=1.19.1
Sorry, something went wrong.
No branches or pull requests
For example:
The text was updated successfully, but these errors were encountered: