Update config.yaml
Browse files- config.yaml +11 -4
config.yaml
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
features:
|
|
|
|
|
2 |
eps: 1.0e-05
|
3 |
f_max: 8000
|
4 |
f_min: 0
|
@@ -7,18 +9,23 @@ features:
|
|
7 |
n_fft: 1024
|
8 |
n_mels: 80
|
9 |
n_stft: 513
|
|
|
|
|
10 |
sample_rate: 22050
|
11 |
type: spectrogram+melscale+log
|
12 |
win_len_t: 0.046439909297052155
|
13 |
win_length: 1024
|
14 |
window_fn: hann
|
15 |
global_cmvn:
|
16 |
-
stats_npz_path:
|
17 |
-
speaker_set_filename: speakers.txt
|
18 |
transforms:
|
19 |
'*':
|
20 |
- global_cmvn
|
21 |
vocab_filename: vocab.txt
|
|
|
|
|
|
|
|
|
|
|
22 |
hub:
|
23 |
-
phonemizer: g2p
|
24 |
-
preserve_punct: true
|
|
|
1 |
features:
|
2 |
+
energy_max: 5.646703243255615
|
3 |
+
energy_min: -3.548804759979248
|
4 |
eps: 1.0e-05
|
5 |
f_max: 8000
|
6 |
f_min: 0
|
|
|
9 |
n_fft: 1024
|
10 |
n_mels: 80
|
11 |
n_stft: 513
|
12 |
+
pitch_max: 5.164862652912731
|
13 |
+
pitch_min: -2.5049682966705484
|
14 |
sample_rate: 22050
|
15 |
type: spectrogram+melscale+log
|
16 |
win_len_t: 0.046439909297052155
|
17 |
win_length: 1024
|
18 |
window_fn: hann
|
19 |
global_cmvn:
|
20 |
+
stats_npz_path: gcmvn_stats.npz
|
|
|
21 |
transforms:
|
22 |
'*':
|
23 |
- global_cmvn
|
24 |
vocab_filename: vocab.txt
|
25 |
+
speaker_set_filename: speakers.txt
|
26 |
+
vocoder:
|
27 |
+
type: hifigan
|
28 |
+
config: hifigan.json
|
29 |
+
checkpoint: hifigan.bin
|
30 |
hub:
|
31 |
+
phonemizer: g2p
|
|