v5.1.1
snakers4/silero-vadv5.1.1Oct 9, 2024by snakers4
AI Summary
This maintenance release focuses on stabilizing the V5 model implementation by fixing examples and adding new language bindings. Key updates include dependency management, parameter adjustments, and fixes to audio processing examples across multiple languages.
Key Highlights
- Added new Java and C# examples supporting the V5 model.
- Fixed Rust and Golang examples for V5 checkpoint compatibility.
- Added an explicit `neg_threshold` parameter for better configuration.
- Downgraded the `onnxruntime` dependency to reduce overhead.
New Features
- New Java example for wav file processing and V5 model support.
- New C# example implementation.
- Explicit `neg_threshold` parameter added to the configuration.
- Internal tuning code for model optimization.
Full Release Notes
## What's Changed * Fix Golang example by @streamer45 in https://github.com/snakers4/silero-vad/pull/496 * fix: rust example for v5 checkpoint by @rumbleFTW in https://github.com/snakers4/silero-vad/pull/497 * VadIterator first chunk bag fx by @adamnsandle in https://github.com/snakers4/silero-vad/pull/505 * Add java example for wav file & support V5 model by @yuguanqin in https://github.com/snakers4/silero-vad/pull/506 * add csharp example by @nganju98 in https://github.com/snakers4/silero-vad/pull/507 * downgrade onnxruntime dependency by @adamnsandle in https://github.com/snakers4/silero-vad/pull/521 * код для тюнинга by @adamnsandle in https://github.com/snakers4/silero-vad/pull/526 * add neg_threshold parameter explicitly by @adamnsandle in https://github.com/snakers4/silero-vad/pull/528 * Adamnsandle by @adamnsandle in https://github.com/snakers4/silero-vad/pull/529 * Fixed the pyaudio example can not run issue. by @gengyuchao in https://github.com/snakers4/silero-vad/pull/539 * Update README.md by @adamnsandle in https://github.com/snakers4/silero-vad/pull/540 * Update README.md by @adamnsandle in https://github.com/snakers4/silero-vad/pull/541 * Update README.md by @snakers4 in https://github.com/snakers4/silero-vad/pull/542 * Adamnsandle by @adamnsandle in https://github.com/snakers4/silero-vad/pull/543 * Adamnsandle by @adamnsandle in https://github.com/snakers4/silero-vad/pull/549 ## New Contributors * @rumbleFTW made their first contribution in https://github.com/snakers4/silero-vad/pull/497 * @yuguanqin made their first contribution in https://github.com/snakers4/silero-vad/pull/506 * @nganju98 made their first contribution in https://github.com/snakers4/silero-vad/pull/507 * @gengyuchao made their first contribution in https://github.com/snakers4/silero-vad/pull/539 **Full Changelog**: https://github.com/snakers4/silero-vad/compare/v5.1...v5.1.1