Skip to content

v0.1.2 — Silero VAD weights (hardening patch)

Choose a tag to compare

@make1986 make1986 released this 28 May 10:18
· 1 commit to main since this release

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:

Download

curl -fLO https://github.com/VoxRT/voxrt-silero-models/releases/download/v0.1.2/silero_vad.vxrt

SHA-256: 0fe8498c9bd1ae119bcb0c75c8481b3a8b8be0f95c14f334d469851c19054156

What's inside

  • silero_vad.vxrt — Silero VAD v5 LSTM weights, ~3 MB, AES-256-GCM encrypted .vxrt v1 format.
  • 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-vad v5, released under MIT.
  • .vxrt format + AES-GCM encryption are VoxRT-specific runtime artefacts.
  • Full attribution + LICENSE text in this repo's LICENSE file.