

chore: update inactivity defaults
@083ff82b34617e62f550bb6fba62182b7f941873
--- faster_whisper_server/config.py
+++ faster_whisper_server/config.py
... | ... | @@ -192,12 +192,12 @@ |
192 | 192 |
""" |
193 | 193 |
Max allowed audio duration without any speech being detected before transcription is finilized and connection is closed. |
194 | 194 |
""" |
195 |
- max_inactivity_seconds: float = 2.0 |
|
195 |
+ max_inactivity_seconds: float = 5.0 |
|
196 | 196 |
""" |
197 | 197 |
Controls how many latest seconds of audio are being passed through VAD. |
198 | 198 |
Should be greater than `max_inactivity_seconds` |
199 | 199 |
""" |
200 |
- inactivity_window_seconds: float = 3.0 |
|
200 |
+ inactivity_window_seconds: float = 10.0 |
|
201 | 201 |
|
202 | 202 |
|
203 | 203 |
config = Config() |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?