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

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

@@ -251,7 +251,7 @@ class XfAsr:
         self.trecv.start()
 
     def send_audio(self, chunk):
-        self.logger.info('xunfei.Asr.send_audio: call_id: %s, chunk:%s, %s', self.tid, len(chunk), chunk)
+        # self.logger.debug('xunfei.Asr.send_audio: call_id: %s, chunk:%s, %s', self.tid, len(chunk), chunk)
         if self.ws:
             self.ws.send(chunk)