zhifu gao
2024-03-07 341182c3bfc62831aa02781d0e6bbe2a479f3fb2
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_;