mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 05:33:57 +08:00
update:豆包tts流式ASR空字符串问题
This commit is contained in:
@@ -30,8 +30,8 @@ async def handleAudioMessage(conn, audio):
|
||||
|
||||
|
||||
async def resume_vad_detection(conn):
|
||||
# 等待1秒后恢复VAD检测
|
||||
await asyncio.sleep(1)
|
||||
# 等待2秒后恢复VAD检测
|
||||
await asyncio.sleep(2)
|
||||
conn.just_woken_up = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user