zhuyunfeng
2023-05-09 b15db52e4e67da8a133a67e8ffa415386de48b40
funasr/runtime/onnxruntime/include/vad-model.h
@@ -6,6 +6,7 @@
#include <map>
#include <vector>
namespace funasr {
class VadModel {
  public:
    virtual ~VadModel(){};
@@ -24,4 +25,5 @@
};
VadModel *CreateVadModel(std::map<std::string, std::string>& model_path, int thread_num);
} // namespace funasr
#endif