Fix early wake-word chime timing - #342
Conversation
Blockers
SuggestionThe phrase-only fallback test sends only a synthetic Nit
Validation: 91 focused tests passed, Ruff passed, and |
Signed-off-by: Devdeep Ray <devdeepr@Nvidia.com>
Signed-off-by: Devdeep Ray <devdeepr@Nvidia.com>
8721a9b to
b3463c1
Compare
Suggestion
Please add regression coverage for |
What
Why
Partial probes drifted with STT latency and were cancelled when VAD finalized the utterance. The missed early match then fell back to a chime at final-transcript time, immediately before response speech.
Impact
The acknowledgment chime now follows recognition of
Agentorhey agentduring the utterance. If early recognition misses a spoken query, the runtime no longer plays a misleading late chime at response start.Checks
tests/test_voice_pipeline.py— 86 passedtests/test_voice_session.py— 5 passedgit diff --check