瀏覽代碼

讯飞asr测试,debug

Davidliu 1 月之前
父節點
當前提交
5ae5dc463b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/voip/bot.py

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

@@ -82,7 +82,7 @@ class MyAudioMediaPort(pj.AudioMediaPort):
         if self.asr:  # 如果ASR实例存在,则发送音频数据
             # if self.first:
             #     self.first = False
-            self.call.logger.debug("Received audio frame: %s, %s %s", self.call.session_id,frame.buf, frame.size)
+            self.call.logger.warn("Received audio frame: %s, %s %s", self.call.session_id,frame.buf, frame.size)
             self.asr.send_audio(frame.buf)
 
         try: