Skip to content

Latest commit

 

History

History

vad

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

VAD

Removing the silence from the given utterance.

Cmd options

See ./scripts/sptk/do_vad.py -h

Usage

# - means stdin
echo "utt asset/utt.wav" |  ../../scripts/sptk/do_vad.py --mode 3 --sr 16000 - vad

The processed audio are generated under directory vad.

Dependency