Add C++ support for streaming NeMo CTC models. (#857)

This commit is contained in:
Fangjun Kuang
2024-05-10 16:26:43 +08:00
committed by GitHub
parent 1eb60e8711
commit 46e4e5b7ac
22 changed files with 782 additions and 41 deletions

View File

@@ -23,6 +23,7 @@ set(srcs
online-ctc-fst-decoder-config.cc
online-lm-config.cc
online-model-config.cc
online-nemo-ctc-model-config.cc
online-paraformer-model-config.cc
online-recognizer.cc
online-stream.cc