Update config.yaml
Browse files- config.yaml +2 -2
config.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
audio_root: librispeech40/
|
2 |
features:
|
3 |
energy_max: 6.220607280731201
|
4 |
energy_min: 0.0
|
@@ -18,7 +18,7 @@ features:
|
|
18 |
win_length: 1024
|
19 |
window_fn: hann
|
20 |
global_cmvn:
|
21 |
-
stats_npz_path: librispeech40/
|
22 |
sample_rate: 22050
|
23 |
speaker_set_filename: speakers.txt
|
24 |
transforms:
|
|
|
1 |
+
audio_root: librispeech40/
|
2 |
features:
|
3 |
energy_max: 6.220607280731201
|
4 |
energy_min: 0.0
|
|
|
18 |
win_length: 1024
|
19 |
window_fn: hann
|
20 |
global_cmvn:
|
21 |
+
stats_npz_path: librispeech40/gcmvn_stats.npz
|
22 |
sample_rate: 22050
|
23 |
speaker_set_filename: speakers.txt
|
24 |
transforms:
|