revert(web): remove mic noise suppression and adaptive VAD (#64)#65
Merged
Conversation
#59~#63로 relay가 pre-Session-A-VAD baseline으로 완전 롤백된 상태에서, 남아있던 웹(발신자) 마이크 변경(#64)까지 되돌려 전체를 원래 baseline으로 복구. - apps/web/lib/audio/vad.ts, web-recorder.ts: Speex 디노이저/high-pass/적응형 VAD 제거 - apps/web/public/noise-suppressor/*: WASM 애셋 제거 - package.json/lock: @sapphi-red/web-noise-suppressor 의존성 제거 Session A는 이미 330~470ms로 건강했고, #64는 Session B(수신자→발신자) 지연·오역과 무관. 변수 격리를 위해 baseline 복구. 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.
Summary
가장 최근 머지 #64(웹 마이크 노이즈 억제 + 적응형 VAD)를 되돌립니다.
relay는 이미 #62/#63으로 pre-Session-A-VAD baseline으로 완전 롤백된 상태(코드 diff로 확인됨). 남아있던 웹(발신자) 변경까지 되돌려 전체를 원래 baseline으로 복구합니다.
되돌리는 것
apps/web/lib/audio/vad.ts,web-recorder.ts— Speex 디노이저 / high-pass / 적응형 VAD 제거apps/web/public/noise-suppressor/*— WASM 애셋 제거package.json/ lock —@sapphi-red/web-noise-suppressor의존성 제거근거
speculative_stt_count=0, code-switching 오역/환청.주의
🤖 Generated with Claude Code