https://github.com/thewh1teagle/vad-rs
Speech detection using silero vad in Rust
https://github.com/thewh1teagle/vad-rs
onnxruntime rust speech-recognition vad
Last synced: 7 months ago
JSON representation
Speech detection using silero vad in Rust
- Host: GitHub
- URL: https://github.com/thewh1teagle/vad-rs
- Owner: thewh1teagle
- Created: 2024-08-24T23:05:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T23:47:52.000Z (10 months ago)
- Last Synced: 2025-03-10T17:14:32.875Z (7 months ago)
- Topics: onnxruntime, rust, speech-recognition, vad
- Language: Rust
- Homepage: https://crates.io/crates/vad-rs
- Size: 140 KB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vad-rs
Speech detection using silero vad in Rust
# Install
```console
cargo add vad-rs
```# Examples
See [examples](examples)