Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
RapidASR
Commits
8c98876c
"web/vscode:/vscode.git/clone" did not exist on "eae159eb4c061e7de5680008690fef838eef8e20"
Unverified
Commit
8c98876c
authored
Feb 15, 2023
by
SWHL
Committed by
GitHub
Feb 15, 2023
Browse files
Update utils.py
parent
77c66bcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rapid_paraformer/utils.py
rapid_paraformer/utils.py
+1
-1
No files found.
rapid_paraformer/utils.py
View file @
8c98876c
...
@@ -165,7 +165,7 @@ class WavFrontend():
...
@@ -165,7 +165,7 @@ class WavFrontend():
frame_shift
=
self
.
frame_shift
,
frame_shift
=
self
.
frame_shift
,
dither
=
self
.
dither
,
dither
=
self
.
dither
,
energy_floor
=
0.0
,
energy_floor
=
0.0
,
window_type
=
self
.
window
_type
,
window_type
=
self
.
window
,
sample_frequency
=
self
.
fs
)
sample_frequency
=
self
.
fs
)
feat
=
mat
.
astype
(
np
.
float32
)
feat
=
mat
.
astype
(
np
.
float32
)
feat_len
=
np
.
array
(
mat
.
shape
[
0
]).
astype
(
np
.
int32
)
feat_len
=
np
.
array
(
mat
.
shape
[
0
]).
astype
(
np
.
int32
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment