游雁
2024-05-15 075d9117d9a2db57d46db669d2511a460275519e
runtime/onnxruntime/src/fsmn-vad.h
@@ -28,6 +28,8 @@
        std::vector<std::vector<float>> *in_cache,
        bool is_final);
    void Reset();
    int GetVadSampleRate() { return vad_sample_rate_; };
    
    std::shared_ptr<Ort::Session> vad_session_ = nullptr;
    Ort::Env env_;