add
游雁
2024-05-20 1ff66c526057d3e3f18a3f9084f1359701f056e3
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_;