Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 359 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 359 Bytes

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