File size: 493 Bytes
27244d3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
features:
eps: 1.0e-05
f_max: 8000
f_min: 20
hop_len_t: 0.011609977324263039
hop_length: 256
n_fft: 1024
n_mels: 80
n_stft: 513
sample_rate: 22050
type: spectrogram+melscale+log
win_len_t: 0.046439909297052155
win_length: 1024
window_fn: hann
global_cmvn:
stats_npz_path: gcmvn_stats.npz
sample_rate: 22050
transforms:
'*':
- global_cmvn
vocab_filename: vocab.txt
vocoder:
type: hifigan
config: hifigan.json
checkpoint: hifigan.bin
hub:
phonemizer: g2p
|