mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-13 04:02:00 +00:00
Updated README
This commit is contained in:
parent
2ae5967f68
commit
8c41ec3516
1 changed files with 8 additions and 2 deletions
10
README.md
10
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
|
||||
|
|
Loading…
Reference in a new issue