游雁
2023-05-08 f115ffd1bd1f580f8740de6ec991954aeb2b9a4c
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