Skip to content

Commit 67875c7

Browse files
Modified default MFCC yaml config file
1 parent f8b181b commit 67875c7

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Scripts/mfccconfig.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,46 +89,46 @@ melfilter:
8989

9090
window:
9191
config1_f32:
92-
fftlength: 1024
92+
winLength: 1024
9393
type: "f32"
9494
win: "hamming"
9595

9696
config1_q31:
97-
fftlength: 1024
97+
winLength: 1024
9898
type: "q31"
9999
win: "hamming"
100100

101101
config1_q15:
102-
fftlength: 1024
102+
winLength: 1024
103103
type: "q15"
104104
win: "hamming"
105105

106106
config2_f32:
107-
fftlength: 512
107+
winLength: 512
108108
type: "f32"
109109
win: "hamming"
110110

111111
config2_q31:
112-
fftlength: 512
112+
winLength: 512
113113
type: "q31"
114114
win: "hamming"
115115

116116
config2_q15:
117-
fftlength: 512
117+
winLength: 512
118118
type: "q15"
119119
win: "hamming"
120120

121121
config3_f32:
122-
fftlength: 256
122+
winLength: 256
123123
type: "f32"
124124
win: "hamming"
125125

126126
config3_q31:
127-
fftlength: 256
127+
winLength: 256
128128
type: "q31"
129129
win: "hamming"
130130

131131
config3_q15:
132-
fftlength: 256
132+
winLength: 256
133133
type: "q15"
134134
win: "hamming"

0 commit comments

Comments
 (0)