Yabin Li
2023-12-13 a0048dc766f233827f2e7b5ebed0a0e22fae44b1
runtime/onnxruntime/src/paraformer-online.h
@@ -111,6 +111,9 @@
        string ForwardChunk(std::vector<std::vector<float>> &wav_feats, bool input_finished);
        string Forward(float* din, int len, bool input_finished, const std::vector<std::vector<float>> &hw_emb={{0.0}}, void* wfst_decoder=nullptr);
        string Rescoring();
        int GetAsrSampleRate() { return para_handle_->asr_sample_rate; };
        // 2pass
        std::string online_res;
        int chunk_len;