Skip to content

Commit

Permalink
onnx stream
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMax2016 authored Oct 27, 2023
1 parent ed7d8a8 commit dc4cb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vits_infer_onnx_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def main():
print('hop_length is: ', decoder.hop_length)
# can not change these parameters
hop_length = decoder.hop_length
hop_frame = 9
hop_frame = 12
hop_sample = hop_frame * hop_length
stream_chunk = 50
stream_index = 0
Expand Down

0 comments on commit dc4cb79

Please sign in to comment.