Skip to content

Commit

Permalink
Revert: [#1521] No need to reset sample-buffer (#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 f97daed commit 4fab3f2
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 4fab3f2

Please sign in to comment.