Upload config.yaml
Browse files- config.yaml +21 -0
config.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
features:
|
2 |
+
eps: 1.0e-05
|
3 |
+
f_max: 8000
|
4 |
+
f_min: 0
|
5 |
+
hop_len_t: 0.011609977324263039
|
6 |
+
hop_length: 256
|
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: fbank_enhanced_vad2_t2_gcmvn_stats.npz
|
17 |
+
speaker_set_filename: speakers.txt
|
18 |
+
transforms:
|
19 |
+
'*':
|
20 |
+
- global_cmvn
|
21 |
+
vocab_filename: vocab.txt
|