Feature/interview voice streaming#100
Merged
Merged
Conversation
첫 질문/질문풀 TTS 가 전체 텍스트를 한 번에 합성해 콜백·전체 blob 다운로드까지 끝나야 소리가 나던 구조를 꼬리질문과 동일한 문장 단위 스트리밍으로 전환. - TtsConsumer 에 session_notifier 주입 시 질문을 문장 단위로 순차 합성해 세그먼트 PUT + SESSION_MESSAGE_AUDIO 즉시 발행 → 첫 문장부터 재생 - seq 는 성공한 세그먼트에만 0..n 연속 부여 → 중간 실패 시 프론트 큐 정지 방지 - 세그먼트를 재합성 없이 합본(audio_join)해 전체 파일 PUT + callback.tts → "다시 듣기"·ttsStatus 유지 - notifier 미주입 시 기존 단발 합성 경로 그대로 (레거시 호환) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
AI 서버가 질문을 세그먼트로 흘리는 변경에 맞춰 프론트 재생을 정비. - deliveryMode 를 LiveInterview 로 끌어올려 useLiveInterview 에 전달, 세그먼트 자동재생을 voice 모드로 게이팅 (텍스트 모드 자동재생 방지, 꼬리질문 텍스트 모드 자동재생 버그도 함께 수정) - 세그먼트 오디오 play/pause/ended 로 '말하는 중' 상태 추적 → isSpeaking - StageQuestion: 세그먼트 재생 중엔 "준비 중" 대신 실제 재생 파형 + "질문을 들려드리고 있어요…", 전체파일 도착 후 "다시 듣기" - InterviewerAvatar: speaking 상태 추가 — 음성 파동(sonar) 링으로 AI 가 말하는 존재감 표현 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.
No description provided.