GGML format conversion of TEN-framework/ten-vad, a lightweight Voice Activity Detection model. This is the only GGML implementation of TEN-VAD that we're aware of.
Converted from the official TEN-VAD ONNX model using convert-ten-vad-to-ggml.py from the ten-vad-ggml GitHub repo. Verified against native libten_vad.so — produces identical speech probabilities (max delta < 0.001).
Originally developed for capsper, a push-to-talk voice dictation tool for Linux.