From e9e286de0fdd15b0fdf1c1a025852b56584a7d3c Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Sat, 24 Sep 2022 09:26:37 +0900 Subject: [PATCH] Add --language description --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e52f94..1c2bfc4 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ git clone https://github.com/shirayu/whisper_streaming.git cd whisper_streaming poetry install --only main -# Run! -poetry run whisper_streaming --language ja --model base -n 20 +# Run in English +poetry run whisper_streaming --language en --model base -n 20 ``` +- ``--language`` set the language to transcribe. The list of languages are shown with ``poetry run whisper_streaming -h`` - ``-n`` sets interval of parsing. Larger values can improve accuracy but consume more memory. - ``--debug`` outputs logs for debug