//! Voice Activity Detection trait.
/// A detected speech segment within an audio frame.
use crateAudioFrame;
/// Trait for Voice Activity Detection processors.
///
/// Used by the voice agent pipeline to gate STT inference
/// to speech-only segments.