|
|
@@ -292,8 +292,8 @@ local function airtalk_event_cb(event, param)
|
|
|
log.info("airtalk event", event, param)
|
|
|
if event == airtalk.EVENT_ERROR then
|
|
|
if param == airtalk.ERROR_NO_DATA then
|
|
|
- log.error("长时间没有收到音频数据")
|
|
|
- speech_off(true, true)
|
|
|
+ -- log.error("长时间没有收到音频数据")
|
|
|
+ -- speech_off(true, true)
|
|
|
end
|
|
|
end
|
|
|
end
|