mirror of
https://github.com/shirayu/whispering.git
synced 2025-02-02 03:52:19 +00:00
Add description
This commit is contained in:
parent
c435d50681
commit
de0a864f79
1 changed files with 4 additions and 3 deletions
|
@ -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.**
|
||||
|
|
Loading…
Reference in a new issue