Skip to content

Commit a89fabb

Browse files
authored
Merge pull request #315 from Peter-Bergman/patch-1
fixed documentation of default `silero_sensitivity` value
2 parents 261e46f + 940b8f3 commit a89fabb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RealtimeSTT/audio_recorder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def __init__(self,
307307
Voice activity and turn detection:
308308
- silero_sensitivity (float, default=SILERO_SENSITIVITY): Sensitivity
309309
for the Silero Voice Activity Detection model ranging from 0
310-
(least sensitive) to 1 (most sensitive). Default is 0.5.
310+
(least sensitive) to 1 (most sensitive). Default is 0.4.
311311
- silero_use_onnx (bool, default=None): Legacy Silero backend switch.
312312
If True, keeps the previous torch.hub ONNX path. If False, keeps
313313
the previous torch.hub PyTorch path. If None, silero_backend

0 commit comments

Comments
 (0)