嘉渊
2023-07-26 8e53dd6b778a6df01854df725b0fa5b4ef6f8317
funasr/runtime/onnxruntime/include/offline-stream.h
@@ -8,6 +8,7 @@
#include "punc-model.h"
#include "vad-model.h"
namespace funasr {
class OfflineStream {
  public:
    OfflineStream(std::map<std::string, std::string>& model_path, int thread_num);
@@ -25,4 +26,5 @@
};
OfflineStream *CreateOfflineStream(std::map<std::string, std::string>& model_path, int thread_num=1);
} // namespace funasr
#endif