|
@@ -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)
|
|
|
|