From 8c41ec3516c5a72fb0e20c30a744daf3f760512c Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Sun, 25 Sep 2022 03:59:09 +0900 Subject: [PATCH] Updated README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8981f72..8e62324 100644 --- a/README.md +++ b/README.md @@ -45,20 +45,26 @@ poetry run whisper_streaming --language en --model tiny -n 20 --allow-padding ⚠ **No security mechanism. Please make secure with your responsibility.** -Run with ``--host`` and ```--port``. You can set``-n`` and other options as use with microphone. +Run with ``--host`` and ``--port``. ### Host ```bash -poetry run whisper_streaming --language en --model tiny --host 0.0.0.0 --port 8000 --allow-padding +poetry run whisper_streaming --language en --model tiny --host 0.0.0.0 --port 8000 ``` +You can set ``--allow-padding`` and other options. +(``-n`` for hosts makes no sense) + ### Client ```bash poetry run python -m whisper_streaming.websocket_client --host ADDRESS_OF_HOST --port 8000 -n 20 ``` +You can set ``-n`` and other options. +(``--allow-padding`` fro clients makes no sense) + ## Tips ## PortAudio Error