diff --git a/README.md b/README.md index 8b3f861..097f712 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ whispering --language en --model tiny ### Parse interval +Without ``--allow-padding``, whispering just performs VAD for the period, +and when it is predicted as "silence", it will not be passed to whisper. +If you want to change the VAD interval, change ``-n``. + If you want quick response, set small ``-n`` and add ``--allow-padding``. However, this may sacrifice the accuracy. @@ -45,9 +49,6 @@ However, this may sacrifice the accuracy. whispering --language en --model tiny -n 20 --allow-padding ``` -Without ``--allow-padding``, whispering just performs VAD for the period, -and when it is predicted as "silence", it will not be passed to whisper. - ## Example of web socket ⚠ **No security mechanism. Please make secure with your responsibility.**