You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/examples/librispeech/s1/conf/preprocess.yaml

26 lines
504 B

process:
# extract kaldi fbank from PCM
- type: fbank_kaldi
fs: 16000
n_mels: 80
n_shift: 160
win_length: 400
dither: true
- type: cmvn_json
cmvn_path: data/mean_std.json
# these three processes are a.k.a. SpecAugument
- type: time_warp
max_time_warp: 0
inplace: true
mode: PIL
- type: freq_mask
F: 10
n_mask: 2
inplace: true
replace_with_zero: true
- type: time_mask
T: 50
n_mask: 2
inplace: true
replace_with_zero: true