mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-13 04:02:00 +00:00
Add doc
This commit is contained in:
parent
71ee56c7bd
commit
f3c9d8ad10
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ whispering --language en --model tiny
|
|||
- ``--no-progress`` disables the progress message
|
||||
- ``-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
|
||||
- ``--vad`` sets VAD (Voice Activity Detection) threshold. The default is ``0.5``. 0 disables VAD and forces whisper to analyze non-voice activity sound period
|
||||
- ``--vad`` sets VAD (Voice Activity Detection) threshold. The default is ``0.5``. ``0`` disables VAD and forces whisper to analyze non-voice activity sound period. Try ``--vad 0`` if VAD prevents transcription.
|
||||
- ``--output`` sets output file (Default: Standard output)
|
||||
|
||||
### Parse interval
|
||||
|
|
Loading…
Reference in a new issue