feat(caller): env-gated Session A VAD hardening for noisy environments#59
Merged
Merged
Conversation
Separate Session A (caller) VAD/noise config from Session B so the caller path can be tuned independently — the caller has no echo gating, unlike the callee, so shared thresholds were the wrong knob. - Session A dedicated settings: session_a_vad_* + session_a_noise_reduction - Optional OpenAI input noise_reduction (near_field) on audio.input - Optional server VAD for the relay caller (continuous streaming) via NEXT_PUBLIC_RELAY_CALLER_VAD=server; relay wires speech_stopped -> response All features default OFF (noise_reduction=none, caller VAD=client) so a main deploy is behavior-neutral. Enable per-env for booth testing: SESSION_A_NOISE_REDUCTION=near_field (relay) NEXT_PUBLIC_RELAY_CALLER_VAD=server (web) WARNING: the server-VAD caller path is UNTESTED — verify turn-taking on a live call before enabling. Session B (callee) pipeline is unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
발신자(Session A) VAD/노이즈 설정을 callee와 분리 — 발신자는 에코 게이팅이 없어 공유 임계값이 부적합.
전부 env-gated OFF (기본 동작 무변화, 배포 안전):
session_a_*전용 VAD 설정 +session_a_noise_reduction(기본none)audio.input.noise_reduction(near_field) 옵션NEXT_PUBLIC_RELAY_CALLER_VAD=server부스 테스트 시 env로 활성:
SESSION_A_NOISE_REDUCTION=near_fieldNEXT_PUBLIC_RELAY_CALLER_VAD=server🤖 Generated with Claude Code