feat(plip): chain SD scene hint after greeting #35

Merged
electron merged 1 commits from feat/plip-hint-after-greeting into main 2026-06-18 19:32:12 +00:00
Owner

/debug/ring takes optional scene; after the greeting the phone queues /sdcard/voice/hint__l1_0.wav and skips the listen loop. Validated: greeting 5.05s + WARNING hint 6.20s from SD, no model.

/debug/ring takes optional scene; after the greeting the phone queues /sdcard/voice/hint_<scene>_l1_0.wav and skips the listen loop. Validated: greeting 5.05s + WARNING hint 6.20s from SD, no model.
electron added 1 commit 2026-06-18 19:31:59 +00:00
feat(plip): chain SD scene hint after greeting
CI / platformio (push) Failing after 4m24s
CI / platformio (pull_request) Failing after 5m51s
39e0498221
/debug/ring now takes an optional scene; conversation_arm_incoming
locks it and, after the greeting, queues that scene's local clip
/sdcard/voice/hint_<scene>_l1_0.wav (played back-to-back). For a
scripted offline call CONNECTED skips the gateway/model listen loop
and just waits for hang-up. Scene is cleared in go_idle so a later
dial-out call never inherits it. Validated: greeting 5.05s + WARNING
hint 6.20s from SD on pickup, no gateway/model.
electron merged commit 39e0498221 into main 2026-06-18 19:32:12 +00:00
Sign in to join this conversation.