|
@@ -251,7 +251,7 @@ class XfAsr:
|
|
self.trecv.start()
|
|
self.trecv.start()
|
|
|
|
|
|
def send_audio(self, chunk):
|
|
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:
|
|
if self.ws:
|
|
self.ws.send(chunk)
|
|
self.ws.send(chunk)
|
|
|
|
|