From 5a7028ebfe07b036a53e3dd8a790b5a57ae597be Mon Sep 17 00:00:00 2001 From: adamnsandle Date: Tue, 26 Jan 2021 11:56:18 +0000 Subject: [PATCH] fx --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9edb550..0c9ef5c 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Since our VAD (only VAD, other networks are more flexible) was trained on chunks - `neg_trig_sum` - same as `trig_sum`, but for switching from triggered to non-triggered state (non-speech) - `num_steps` - nubmer of overlapping windows to split audio chunk into (we recommend 4 or 8) - `num_samples_per_window` - number of samples in each window, our models were trained using `4000` samples (250 ms) per window, so this is preferable value (lesser values reduce [quality](https://github.com/snakers4/silero-vad/issues/2#issuecomment-750840434)); -- `min_speech_sample` - minimum speech chunk duration in samples +- `min_speech_samples` - minimum speech chunk duration in samples ### How VAD Works