游雁
2023-05-16 4cd79db451786548d8a100f25c3b03da0eb30f4b
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