fix(plip): VAD calib for quiet voice + ring stop #29

Merged
electron merged 1 commits from fix/plip-vad-and-ring into main 2026-06-17 21:54:17 +00:00
Owner

VAD onset 1.4->0.7%, silence 0.6->0.34%, window 600->900ms (triggers on the quiet handset voice and holds a full sentence). Force slic_ring_stop() on incoming pickup so the bell always stops.

VAD onset 1.4->0.7%, silence 0.6->0.34%, window 600->900ms (triggers on the quiet handset voice and holds a full sentence). Force slic_ring_stop() on incoming pickup so the bell always stops.
electron added 1 commit 2026-06-17 21:53:58 +00:00
fix(plip): VAD calib for quiet voice + ring stop
CI / platformio (pull_request) Failing after 9m38s
CI / platformio (push) Failing after 13m49s
54022ed6cc
Recalibrate the capture VAD to the quiet handset voice: onset 1.4%->0.7%
FS (was never triggering -> 'no sustained voice'), silence 0.6%->0.34%
FS and end-of-speech window 600->900 ms so a whole sentence is held
instead of cut mid-phrase. Also force slic_ring_stop() on incoming
pickup so the physical bell always stops when answered (phone.c/slic.c
s_ringing could desync, leaving the bell ringing through the call).
electron merged commit 54022ed6cc into main 2026-06-17 21:54:17 +00:00
Sign in to join this conversation.