# `Feline.Processors.TurnManager.VADStrategy`
[🔗](https://github.com/dimamik/feline/blob/main/lib/feline/processors/turn_manager/vad_strategy.ex#L1)

VAD-based turn detection strategy. Extracts the energy-based voice
activity detection logic from VADProcessor into a pluggable strategy.

Tracks :quiet/:speaking state and debounces transitions using
configurable start_secs / stop_secs thresholds.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
