-
Why are the number of samples for each chunk size different from the time in milliseconds on the same chart? In the "Performance Metric" page the supported chunk sizes listed are 30, 60, and 100 milliseconds which, at 16kHz sampling rate should be 480, 960, and 1600 samples. However, the number of samples in that same column in parenthesis are listed as 512, 1024, and 1536 which correspond to 32, 64, and 96ms, respectively. Now I'm wondering which one is incorrect. Should I be feeding the model 480 samples at a time or 512 samples? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Rodolfo-S , Please use the sample numbers from the docstring: Lines 131 to 165 in 7c671a7
We just rounded up for simplicity of presentation. |
Beta Was this translation helpful? Give feedback.
Hi @Rodolfo-S ,
Please use the sample numbers from the docstring:
silero-vad/utils_vad.py
Lines 131 to 165 in 7c671a7