]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
vad : remove shortform for --vad option in cli.cpp (#3145)
authorDaniel Bevenius <redacted>
Tue, 13 May 2025 04:04:05 +0000 (06:04 +0200)
committerGitHub <redacted>
Tue, 13 May 2025 04:04:05 +0000 (06:04 +0200)
commitb2513a62086bafa1dd24db7e70e2afc3f9680575
tree9684a98fa21b3b9356302e24136f8296ecb1dd61
parent587ea01f55d3947e31b2f4eef3d7b42f2868c1ac
vad : remove shortform for --vad option in cli.cpp (#3145)

This commit removes the shortform for the --vad option in cli.cpp.

The motivation for this is that `-v` is often used for verbose or
version is many tools and this might cause confusion.

Refs: https://github.com/ggml-org/whisper.cpp/pull/3065#issuecomment-2873243334
examples/cli/cli.cpp