Add README

This commit is contained in:
Yuta Hayashibe 2022-09-24 13:58:39 +09:00
parent ec016f15b2
commit 2a159f12d7

View file

@ -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