feat: AI 서버 STT 로그 연동#53
Merged
Merged
Conversation
|
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.
변경 사항
stt.transcribe로 기록합니다.model_name을 로그에 포함하도록 정리했습니다.callback.voice발행을 막지 않도록 처리했습니다.완료 후 가능한 흐름
Frontend 음성 답변 업로드 → Core analyze.voice 발행 → AI STT 처리 → Core callback.voice → Frontend transcript/음성 분석 결과 조회즉 프론트는 음성 답변을 업로드하고, 변환된 텍스트와 음성 분석 결과를 Core에서 받아 연동할 수 있습니다.
다음 PR
다음 PR에서는 음성 분석 요약을 최종 피드백 생성에 반영합니다.
generate.feedback요청의voiceAnalysisSummary모델 추가다음 PR까지 완료되면 다음 Sprint3 전체 흐름이 프론트 연동 가능해집니다.
질문 생성 → 브라우저 TTS 질문 읽기 → 음성 답변 업로드 → STT 분석 → 꼬리질문 → 면접 종료 → 음성 분석 포함 최종 피드백 조회