修改音频文件

This commit is contained in:
HycJack
2026-05-09 16:50:19 +08:00
parent edd1a2c4c2
commit 83bb79a8d0
3 changed files with 10 additions and 7 deletions

Binary file not shown.

View File

@@ -344,7 +344,7 @@ class TalkingQMQTTService:
"status": "success",
"type": 0,
"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)
@@ -371,7 +371,7 @@ class TalkingQMQTTService:
"status": "success",
"type": 0,
"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"
},
},
)

View File

@@ -115,11 +115,14 @@ async def test_minimax_tts():
# "have_rest":{
# "zh": "小憩一下,待会儿见。"
# }
"bind_nfc_ready":{
"zh": "现在开始刷卡绑定设备吧。"
},
"bind_nfc_finish":{
"zh": "卡片绑定成功。"
# "bind_nfc_ready":{
# "zh": "现在开始刷卡绑定设备吧。"
# },
# "bind_nfc_finish":{
# "zh": "卡片绑定成功。"
# }
"parent_online": {
"zh": "你好,你的家长已在线请留言"
}
}