Skip to content

Commit

Permalink
Revert: [k2-fsa#1521] No need to reset sample-buffer (k2-fsa#1524)
Browse files Browse the repository at this point in the history
Co-authored-by: VEP <[email protected]>
  • Loading branch information
iteamvep and VEP authored Nov 8, 2024
1 parent f921015 commit 743a88b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ def main():
)
print("\r{}:{}".format(segment_id, result), flush=True)
segment_id += 1
else:
sample_buffers = []

first_recognizer.reset(stream)
Expand Down

0 comments on commit 743a88b

Please sign in to comment.