From 2a159f12d77c8ab1ccb7621c4570d71dee0f24b4 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Sat, 24 Sep 2022 13:58:39 +0900 Subject: [PATCH] Add README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 85f1128..ef30b7b 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,14 @@ poetry run whisper_streaming --language en --model base -n 20 - ``--help`` shows full options - ``--language`` sets the language to transcribe. The list of languages are shown with ``poetry run whisper_streaming -h`` +- ``-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 - ``-n`` sets interval of parsing. Larger values can improve accuracy but consume more memory. - ``--debug`` outputs logs for debug ## Tips +## PortAudio Error + If you get ``OSError: PortAudio library not found``: Install ``portaudio`` ```bash