修改音频文件
This commit is contained in:
BIN
talkingq-url/assets/audio/parent_online_zh.mp3
Normal file
BIN
talkingq-url/assets/audio/parent_online_zh.mp3
Normal file
Binary file not shown.
@@ -344,7 +344,7 @@ class TalkingQMQTTService:
|
|||||||
"status": "success",
|
"status": "success",
|
||||||
"type": 0,
|
"type": 0,
|
||||||
"params": {
|
"params": {
|
||||||
"url": "http://101.35.224.118:8080/assets/audio/message_ok.mp3"
|
"url": "http://101.35.224.118:8080/assets/audio/parent_online_zh.mp3"
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
await self._publish(f"device/{device_id}/event_resp", response_payload)
|
await self._publish(f"device/{device_id}/event_resp", response_payload)
|
||||||
@@ -371,7 +371,7 @@ class TalkingQMQTTService:
|
|||||||
"status": "success",
|
"status": "success",
|
||||||
"type": 0,
|
"type": 0,
|
||||||
"params": {
|
"params": {
|
||||||
"url": "http://101.35.224.118:8080/assets/audio/message_ok.mp3"
|
"url": "http://101.35.224.118:8080/assets/audio/parent_online_zh.mp3"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -115,11 +115,14 @@ async def test_minimax_tts():
|
|||||||
# "have_rest":{
|
# "have_rest":{
|
||||||
# "zh": "小憩一下,待会儿见。"
|
# "zh": "小憩一下,待会儿见。"
|
||||||
# }
|
# }
|
||||||
"bind_nfc_ready":{
|
# "bind_nfc_ready":{
|
||||||
"zh": "现在开始刷卡绑定设备吧。"
|
# "zh": "现在开始刷卡绑定设备吧。"
|
||||||
},
|
# },
|
||||||
"bind_nfc_finish":{
|
# "bind_nfc_finish":{
|
||||||
"zh": "卡片绑定成功。"
|
# "zh": "卡片绑定成功。"
|
||||||
|
# }
|
||||||
|
"parent_online": {
|
||||||
|
"zh": "你好,你的家长已在线请留言"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user