Create config.yaml
Browse files- config.yaml +31 -0
config.yaml
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
7 |
+
hop_len_t: 0.011609977324263039
|
8 |
+
hop_length: 256
|
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
|