Browse Source

讯飞asr测试,debug

Davidliu 1 month ago
parent
commit
1f8c1e4f19
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/core/voip/asr.py

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

@@ -221,7 +221,7 @@ class XfAsr:
         from urllib.parse import quote
         import logging
 
-        logging.basicConfig()
+        # logging.basicConfig()
 
         ts = str(int(time.time()))
         tt = (app_id + ts).encode('utf-8')
@@ -269,7 +269,7 @@ class XfAsr:
     #     print("send end tag success")
 
     def send_audio(self, chunk):
-        self.logger.info('xunfei.Asr.send_audio:chunk:%s, %s', len(chunk), chunk)
+        self.logger.warn('xunfei.Asr.send_audio:chunk:%s, %s', len(chunk), chunk)
         if self.ws:
             self.ws.send(chunk)