asyouplz_SpeechNote/test
asyouplz 83dea43976 feat: v1.0.0 초기 릴리즈 - Deepgram 빈 응답 문제 해결 및 언어 설정 수정
주요 개선사항:
- Deepgram API 응답 처리 문제 해결: 언어 설정이 TranscriptionService까지 전달되지 않던 문제 수정
- AudioProcessor 메타데이터 추출 개선: 파일 확장자 기반 형식 감지 추가
- Content-Type 헤더 자동화: M4A → audio/mp4, WebM → audio/webm 매핑
- 오디오 형식 감지 강화: M4A, WebM, OGG 등 추가 형식 지원
- TranscriptionService 설정 주입: 언어 옵션이 WhisperService로 정상 전달
- 상세 디버깅 로깅: 각 처리 단계별 디버그 정보 추가

버전 관리:
- manifest.json: v1.0.0으로 초기화
- README.md: 간결한 v1.0.0 초기 릴리즈 문서로 재작성
- CHANGELOG.md: v1.0.0 릴리즈 노트 및 향후 로드맵 추가
- .gitignore: docs/ 폴더 및 개발 문서 제외 설정

기술적 구현:
- AudioValidator 클래스 추가: 바이너리 헤더 기반 형식 감지
- TranscriberToWhisperAdapter 로깅 강화
- DeepgramService 응답 검증 로직 개선
- 타입 정의 확장: AudioMetadata에 format, fileSize 필드 추가

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 23:46:54 +09:00
..
deepgram-adapter-test.ts feat: v1.0.0 초기 릴리즈 - Deepgram 빈 응답 문제 해결 및 언어 설정 수정 2025-08-30 23:46:54 +09:00
deepgram-integration-test.ts feat: Add comprehensive Deepgram settings UI 2025-08-30 21:03:23 +09:00