vad.yaml 266 Bytes
Newer Older
wxj's avatar
wxj committed
1
2
3
4
5
6
7
8
9
10
_target_: nemo.collections.tts.parts.preprocessing.audio_trimming.VadAudioTrimmer

model_name: "vad_multilingual_marblenet"
vad_sample_rate: 16000
vad_threshold: 0.5
device: "cpu"
speech_frame_threshold: 3
trim_win_length: 4096
trim_hop_length: 1024
pad_seconds: 0.2