wenet icon indicating copy to clipboard operation
wenet copied to clipboard

streaming batch chunk decoding method is available.

Open AdilAdam opened this issue 9 months ago • 1 comments

in original code, only single wav (bath==1) can be decodable while streaming chunk, it can be obtained that it is kind of not that fast while batch==1. In this update, multiple wavs can be inferencing, on the other hand, Batch size can be dynamic while origin batch size == 1, (assert xs.size(0) == 1);

AdilAdam avatar Mar 03 '25 04:03 AdilAdam

please fix lint

Mddct avatar Apr 08 '25 06:04 Mddct