feat(interview): 음성 답변 녹음 중 실시간 레벨 미터 + 타이머#102
Merged
Conversation
녹음 중 정적인 빨간 점·문구만 있던 답변 입력 바에 실제 마이크 입력 피드백을 추가해 '답변하는 쪽' 음성 경험을 질문측과 맞춤. - useVoiceRecorder 가 시각화용 MediaStream 을 노출 - MicLevelMeter: AnalyserNode 주파수 데이터를 막대 높이로 실시간 반영 (프레임마다 ref 로 DOM transform 직접 갱신, 리렌더 회피) - AnswerComposer: 녹음 경과 시간(MM:SS) + 레벨 미터 표시, 마이크 권한 대기 중엔 "마이크 준비 중…" - 타이머 리셋은 시작 이벤트에서 처리(effect 내 동기 setState 회피) Co-Authored-By: Claude Opus 4.8 <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.
녹음 중 정적인 빨간 점·문구만 있던 답변 입력 바에 실제 마이크 입력
피드백을 추가해 '답변하는 쪽' 음성 경험을 질문측과 맞춤.
변경 사항