Add description

This commit is contained in:
Yuta Hayashibe 2022-10-02 23:01:52 +09:00
parent c435d50681
commit de0a864f79

View file

@ -38,6 +38,10 @@ whispering --language en --model tiny
### Parse interval
Without ``--allow-padding``, whispering just performs VAD for the period,
and when it is predicted as "silence", it will not be passed to whisper.
If you want to change the VAD interval, change ``-n``.
If you want quick response, set small ``-n`` and add ``--allow-padding``.
However, this may sacrifice the accuracy.
@ -45,9 +49,6 @@ However, this may sacrifice the accuracy.
whispering --language en --model tiny -n 20 --allow-padding
```
Without ``--allow-padding``, whispering just performs VAD for the period,
and when it is predicted as "silence", it will not be passed to whisper.
## Example of web socket
⚠ **No security mechanism. Please make secure with your responsibility.**