//! Core Rust implementation for feature extraction and voice activity detection.
/// Internal constants for the filterbank and detector model.
/// Stateless and stateful voice activity detector implementations.
/// Log-energy filterbank feature extraction.
/// Internal SIMD helpers used by the filterbank implementation.
/// Errors returned by fast-vad.