Skip to content

Commit

Permalink
silero_deactivity_detection
Browse files Browse the repository at this point in the history
  • Loading branch information
KoljaB committed Aug 7, 2024
1 parent dca61bc commit 74876b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RealtimeSTT/audio_recorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def __init__(self,
pre-trained model from Silero in the ONNX (Open Neural Network
Exchange) format instead of the PyTorch format. This is
recommended for faster performance.
- silero_deactivity_detection (bool, default=False): Enables the Silero
- silero_deactivity_detection (bool, default=False): Enables the Silero
model for end-of-speech detection. More robust against background
noise. Utilizes additional GPU resources but improves accuracy in
noisy environments. When False, uses the default WebRTC VAD,
Expand Down

0 comments on commit 74876b5

Please sign in to comment.