mwv / vad

Voice Activity Detector
Other
72 stars 13 forks source link
python speech-processing

+AUTHOR: Maarten Versteegh

** Usage : >>> from vad import VAD : >>> detector = VAD(fs=16000) : >>> speech = detector.detect_speech(sig, threshold=0.5)

** Requirements