[打断入口修复]:完成播报打断启动条件修正,包含去除实时转写硬依赖和回归测试

This commit is contained in:
mkbk
2026-06-19 11:04:20 +08:00
parent a489f8eee1
commit f1f4885cc5
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -749,7 +749,7 @@ class LiveRuntimeTests(unittest.TestCase):
wakeword=KeywordWakeWordProvider(),
vad_recorder=VadRecorder(EnergyVadProvider(), min_duration_ms=40, end_silence_ms=40),
stt=stt,
realtime_stt=MetadataSttProvider(),
realtime_stt=None,
llm=llm,
tts=SineTtsProvider(),
context=ConversationContext(),