# VAD (Voice Activity Detection) Dependencies
# Install with: pip install -r requirements-vad.txt

# PyTorch for Silero VAD model
torch>=2.0.0

# Audio processing
librosa>=0.10.0
soundfile>=0.12.0

# NumPy
numpy>=1.24.0