liumaolin commited on
Commit
22a99cd
·
1 Parent(s): 611aa86

Add `silero-vad` and `pyaudio` to `requirements.txt` for VAD and audio processing dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -36,3 +36,6 @@ transformers==4.41.2
36
  uvicorn==0.34.3
37
  websockets==15.0.1
38
  wordsegment==1.3.1
 
 
 
 
36
  uvicorn==0.34.3
37
  websockets==15.0.1
38
  wordsegment==1.3.1
39
+
40
+ silero-vad==5.1.2
41
+ pyaudio==0.2.14