]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cli : fix short name conflict for vad options [no ci] (#3247)
authorDaniel Bevenius <redacted>
Fri, 13 Jun 2025 08:25:25 +0000 (10:25 +0200)
committerGitHub <redacted>
Fri, 13 Jun 2025 08:25:25 +0000 (10:25 +0200)
commit9df8d54bcbf0c9e442adb73b441233d352567f37
tree0709c6a6c57a369e1d3880e005336c0dd15040a0
parent20d203aacfa2a062ccda0e1658cf4a85a42908b8
cli : fix short name conflict for vad options [no ci] (#3247)

This commit fixes a short name conflict whisper-cli for
`--vad-min-speech-duration-ms` and `--vad-min-silence-duration-ms` which
currently have the same short name `-vsd`.

Refs: https://github.com/ggml-org/whisper.cpp/pull/3246#pullrequestreview-2923800114
examples/cli/cli.cpp