Skip to content

feat: upgrade silero backend to v6.2.1#42

Merged
wavekat-eason merged 1 commit intomainfrom
feat/silero-v6
Mar 25, 2026
Merged

feat: upgrade silero backend to v6.2.1#42
wavekat-eason merged 1 commit intomainfrom
feat/silero-v6

Conversation

@wavekat-eason
Copy link
Copy Markdown
Contributor

Summary

  • Pin Silero VAD model download to the v6.2.1 release tag instead of tracking the master branch
  • Add a version marker file so cached v5 models are automatically re-downloaded on upgrade
  • Document the pinned version and SILERO_MODEL_URL override in README and lib.rs

Notes

The ONNX inference interface is identical between v5 and v6 (same tensor names, shapes, LSTM state dimensions), so no code changes were needed — only the download URL, version tracking, and docs.

Test plan

  • cargo build --features silero downloads from pinned v6.2.1 URL
  • cargo test --features silero — all 104 tests pass
  • cargo clippy --workspace -- -D warnings — clean

🤖 Generated with Claude Code

Pin the Silero VAD model download to the v6.2.1 release tag instead of
tracking the master branch. Add a version marker file in OUT_DIR so
cached v5 models are automatically re-downloaded on upgrade. Document
the pinned version and SILERO_MODEL_URL override in README and lib.rs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@wavekat-eason wavekat-eason merged commit c5116d4 into main Mar 25, 2026
9 checks passed
@wavekat-eason wavekat-eason deleted the feat/silero-v6 branch March 25, 2026 21:32
wavekat-eason pushed a commit that referenced this pull request Mar 25, 2026
## 🤖 New release

* `wavekat-vad`: 0.1.10 -> 0.1.11 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.1.11](v0.1.10...v0.1.11)
- 2026-03-25

### Added

- upgrade silero backend to v6.2.1
([#42](#42))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant