sherpa icon indicating copy to clipboard operation
sherpa copied to clipboard

WIP: Begin to add C++ API for streaming ASR

Open csukuangfj opened this issue 1 year ago • 1 comments

Will first make it work for the streaming model ConvEmformer2

csukuangfj avatar Aug 28 '22 12:08 csukuangfj

The streaming greedy search now works for ConvEmformer2 in C++. It supports only batch_size==1 at present.

Will refactor the code later.

csukuangfj avatar Aug 29 '22 13:08 csukuangfj

Will add documentation and examples in a separate PR.

Merging it so that @pingfengluo can work based on it.

csukuangfj avatar Sep 19 '22 12:09 csukuangfj