From f3c9d8ad105953233c33bd035c9aba1e41ef3499 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Mon, 7 Nov 2022 19:54:48 +0900 Subject: [PATCH] Add doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ff0f2..6a4f51b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ whispering --language en --model tiny - ``--no-progress`` disables the progress message - ``-t`` sets temperatures to decode. You can set several like ``-t 0.0 -t 0.1 -t 0.5``, but too many temperatures exhaust decoding time - ``--debug`` outputs logs for debug -- ``--vad`` sets VAD (Voice Activity Detection) threshold. The default is ``0.5``. 0 disables VAD and forces whisper to analyze non-voice activity sound period +- ``--vad`` sets VAD (Voice Activity Detection) threshold. The default is ``0.5``. ``0`` disables VAD and forces whisper to analyze non-voice activity sound period. Try ``--vad 0`` if VAD prevents transcription. - ``--output`` sets output file (Default: Standard output) ### Parse interval