Revert: [#1521] No need to reset sample-buffer (#1524)

Co-authored-by: VEP <517138883@qq.com>
This commit is contained in:
VEP
2024-11-08 21:28:04 +08:00
committed by GitHub
parent f97daed408
commit 4fab3f2e2f

View File

@@ -427,6 +427,7 @@ def main():
)
print("\r{}:{}".format(segment_id, result), flush=True)
segment_id += 1
else:
sample_buffers = []
first_recognizer.reset(stream)