v0.1.2 — Silero VAD weights (hardening patch)
v0.1.2 ships alongside the voxrt-silero-android and
voxrt-silero-ios v0.1.2 hardening patches. The weights themselves are bit-identical to v0.1.1 —
only the consumer libraries changed (path-leak rebuild, mmap zero-copy loading, ProGuard Kotlin-object fix, iOS class alignment).
Pair with one of the consumer libraries:
- Android —
voxrt-silero-android - iOS —
voxrt-silero-ios(Swift Package Manager)
Download
curl -fLO https://github.com/VoxRT/voxrt-silero-models/releases/download/v0.1.2/silero_vad.vxrtSHA-256: 0fe8498c9bd1ae119bcb0c75c8481b3a8b8be0f95c14f334d469851c19054156
What's inside
silero_vad.vxrt— Silero VAD v5 LSTM weights, ~3 MB, AES-256-GCM encrypted.vxrt v1format.- 16 kHz mono Int16 PCM input, 32 ms-per-frame streaming inference.
- Hysteresis-tuned (configurable onset/offset thresholds + min-silence) — see consumer SDK README for usage.
License
- Silero VAD weights derived from
snakers4/silero-vadv5, released under MIT. .vxrtformat + AES-GCM encryption are VoxRT-specific runtime artefacts.- Full attribution + LICENSE text in this repo's LICENSE file.