From 8483238e84fd3762ab874fd680c33bbc12578b78 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Sun, 25 Sep 2022 00:48:27 +0900 Subject: [PATCH] Updated --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54c18ac..9417175 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,17 @@ poetry run whisper_streaming --language en --model base -n 20 --allow-padding ⚠ **No security mechanism. Please make secure with your responsibility.** +### Host + +Run with ``--host`` and ```--port``. You can set``-n`` and other options as use with microphone. + ```bash -# Host poetry run whisper_streaming --language en --model base --host 0.0.0.0 --port 8000 ``` +### Client + ```bash -# Client poetry run python -m whisper_streaming.websocket_client --host ADDRESS_OF_HOST --port 8000 ```