Skip to content
/ VAD Public

voice active detection (python ver/simple and easy-to-use)

Notifications You must be signed in to change notification settings

yakouyang/VAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

VAD

voice active detection (python ver/simple and easy-to-use)

Before use

You must have MyEnframe.py and vad.py and your files in the same direction

Usage

from vad import vad [x1,x2]=vad(signal,fs)

Input

Input Description
signal The signal which you want to get active-voice frame imformation
fs Sampling rate of the signal

Output

Output Description
x1 The frame header of voice active part
x2 The tail frame of voice active part

Requirements

python 2 numpy

About

voice active detection (python ver/simple and easy-to-use)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages