From 6b501f7d5268c9f9a0c645db43bb095551cb1228 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Mon, 3 Oct 2022 23:27:54 +0900 Subject: [PATCH] Add --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de225c0..6529e48 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ whispering --language en --model tiny - ``-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 - ``--no-vad`` disables VAD (Voice Activity Detection). This forces whisper to analyze non-voice activity sound period +- ``--output`` sets output file (Default: Standard output) ### Parse interval