bltcn
2023-11-23 587485c78072406f33f812d3d73dcddf78afdf0d
runtime/onnxruntime/src/audio.cpp
@@ -1193,7 +1193,7 @@
                }
            }else if(speech_end_i != -1){ // [-1,100]
                if(speech_start == -1 or speech_offline_start == -1){
                if(speech_start == -1 || speech_offline_start == -1){
                    LOG(ERROR) <<"Vad start is null while vad end is available. Set vad start 0" ;
                    speech_start = 0;
                }