coqui-ai / STT-examples

🐸STT integration examples
https://github.com/coqui-ai/STT
Mozilla Public License 2.0
117 stars 45 forks source link

Update examples to use STT 1.3.0 #31

Open ftyers opened 2 years ago

ftyers commented 2 years ago

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
ftyers commented 2 years ago

The version of numpy also needs to change:

 numpy>=1.19.1