Explorar o código

讯飞实时听写接口,debug

Davidliu hai 1 mes
pai
achega
82fda387e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()