mirror of
https://github.com/shirayu/whispering.git
synced 2025-04-26 18:44:42 +00:00
Add README
This commit is contained in:
parent
ec016f15b2
commit
2a159f12d7
1 changed files with 3 additions and 0 deletions
|
@ -26,11 +26,14 @@ poetry run whisper_streaming --language en --model base -n 20
|
||||||
|
|
||||||
- ``--help`` shows full options
|
- ``--help`` shows full options
|
||||||
- ``--language`` sets the language to transcribe. The list of languages are shown with ``poetry run whisper_streaming -h``
|
- ``--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.
|
- ``-n`` sets interval of parsing. Larger values can improve accuracy but consume more memory.
|
||||||
- ``--debug`` outputs logs for debug
|
- ``--debug`` outputs logs for debug
|
||||||
|
|
||||||
## Tips
|
## Tips
|
||||||
|
|
||||||
|
## PortAudio Error
|
||||||
|
|
||||||
If you get ``OSError: PortAudio library not found``: Install ``portaudio``
|
If you get ``OSError: PortAudio library not found``: Install ``portaudio``
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue