update:豆包tts流式ASR空字符串问题

This commit is contained in:
hrz
2025-06-04 18:33:29 +08:00
parent 03bcf5d2c7
commit 5b8a567f26
4 changed files with 20 additions and 16 deletions
@@ -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