ciyidogan commited on
Commit
01db251
·
verified ·
1 Parent(s): fce5aa2

Update stt/stt_deepgram.py

Browse files
Files changed (1) hide show
  1. stt/stt_deepgram.py +1 -1
stt/stt_deepgram.py CHANGED
@@ -94,8 +94,8 @@ class DeepgramSTT(STTInterface):
94
  encoding="linear16",
95
  sample_rate=16000,
96
  interim_results=False, # Only final results
97
- utterance_end_ms=1000, # 1 second silence = end
98
  channels=1
 
99
  #punctuate=True,
100
  #diarize=False,
101
  #numerals=True,
 
94
  encoding="linear16",
95
  sample_rate=16000,
96
  interim_results=False, # Only final results
 
97
  channels=1
98
+ #utterance_end_ms=1000, # 1 second silence = end
99
  #punctuate=True,
100
  #diarize=False,
101
  #numerals=True,