AI RESEARCH

[P] fast-vad: a very fast voice activity detector in Rust with Python bindings.

r/MachineLearning

Repo: I needed something comparable to existing open-source VADs in quality, but with a strong emphasis on speed, simple integration, and streaming. To my knowledge it's the fastest open-source VAD out there. Highlights: - Rust crate + Python package - batch and streaming/stateful APIs - built-in modes for sensible defaults - configurable lower-level knobs if you want to tune behavior yourself It's a simple logistic regression that operates on frame based features to keep it as fast as possible.