Unverified Commit 8c98876c authored by SWHL's avatar SWHL Committed by GitHub
Browse files

Update utils.py

parent 77c66bcf
......@@ -165,7 +165,7 @@ class WavFrontend():
frame_shift=self.frame_shift,
dither=self.dither,
energy_floor=0.0,
window_type=self.window_type,
window_type=self.window,
sample_frequency=self.fs)
feat = mat.astype(np.float32)
feat_len = np.array(mat.shape[0]).astype(np.int32)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment