Prechádzať zdrojové kódy

讯飞实时听写接口,debug

Davidliu 1 mesiac pred
rodič
commit
82fda387e8
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/core/voip/asr.py

+ 1 - 1
src/core/voip/asr.py

@@ -394,7 +394,7 @@ class XunfeiAsr:
                 self.logger.info("xunfei.Asr.call_id:%s, 3333333333", self.__id)
                 time_cost = (datetime.now() - time1)
                 self.logger.info(f"xunfei.Asr.started. call_id:{self.__id}, timeCost:{time_cost}, count:{count}")
-                self.__event.wait(timeout=.5)
+                self.__event.wait(timeout=1)
                 self.logger.info(f"xunfei.Asr.started. call_id:{self.__id}, {count}")
             except Exception as e:
                 traceback.print_exc()