whisper.cpp
e41bc5c6 - vad : add initial Voice Activity Detection (VAD) support (#3065)

Commit
233 days ago
vad : add initial Voice Activity Detection (VAD) support (#3065) * vad : add initial Voice Activity Detection (VAD) support This commit add support for Voice Activity Detection (VAD). When enabled this feature will process the audio input and detect speech segments. This information is then used to reduce the number of samples that need to be processed by whisper_full. Resolves: https://github.com/ggml-org/whisper.cpp/issues/3003 --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
Author
Parents
Loading