Add README (Resolve #7)

This commit is contained in:
Yuta Hayashibe 2022-09-24 21:54:25 +09:00
parent c6f3e1e86b
commit 8c4854dc5c

View file

@ -29,6 +29,20 @@ poetry run whisper_streaming --language en --model base
- ``-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
- ``--debug`` outputs logs for debug
## Example of web socket
**Please make secure with your responsibility.**
```bash
# Host
poetry run whisper_streaming --language en --model base --host 0.0.0.0 --port 8000
```
```bash
# Client
poetry run python -m whisper_streaming.websocket_client --host ADDRES_OF_HOST --port 8000
```
## Tips
## PortAudio Error