pat229988/silero-vad-16k-tflite
026
Silero VAD 16 kHz TFLite
This repository contains a 16 kHz Silero VAD model converted to TFLite/LiteRT for local streaming voice activity detection.
Files
Source lineage
The original Silero VAD weights were sourced from the upstream GitHub data folder provided here:
<https://github.com/snakers4/silero-vad/tree/master/src/silero_vad/data>
The local source artifact referenced during conversion was:
external/silero-vad/src/silero_vad/data/silero_vad_16k.safetensorsBecause the source is a GitHub-hosted artifact rather than a Hugging Face model repo, it is not listed in the Hugging Face base_model metadata field. The upstream source link is included here and in artifact_manifest.json.
Runtime contract
- Sample rate:
16000 Hz - Streaming input:
64samples of left context + current512sample chunk (576total samples) - Recurrent state input/output shape:
[2, 1, 128] - Probability output shape:
[1, 1] - Common decision threshold:
0.5(adjust per environment and application)
Limitations
- This is a converted artifact.
- VAD probability thresholds are environment-dependent. Validate against your microphones and background-noise conditions.
