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
1 Commits
Author SHA1 Message Date
clement 54022ed6cc fix(plip): VAD calib for quiet voice + ring stop
CI / platformio (push) Failing after 13m49s
CI / platformio (pull_request) Failing after 9m38s
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).
2026-06-17 23:47:08 +02:00