OfflineRecognizer supports create stream with hotwords (#1833)

Co-authored-by: Wangkai <kell.wang@huawei.com>
This commit is contained in:
Kell
2025-02-10 16:26:56 +08:00
committed by GitHub
parent 9559a10bd3
commit 2ac41d3d85
4 changed files with 26 additions and 2 deletions

View File

@@ -301,6 +301,8 @@ class SHERPA_ONNX_API OfflineRecognizer
OfflineStream CreateStream() const;
OfflineStream CreateStream(const std::string &hotwords) const;
void Decode(const OfflineStream *s) const;
void Decode(const OfflineStream *ss, int32_t n) const;