From de0a864f790fe40c3808a1159a1e54b93e14ca0f Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe <yuta@hayashibe.jp> Date: Sun, 2 Oct 2022 23:01:52 +0900 Subject: [PATCH] Add description --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.**