Conversation
- audio_capture.py: 오디오 캡처 로직 개선 - main_window.py: 에러 처리 및 UI 개선 - build_exe.py: 실행 파일 빌드 스크립트 업데이트 - aggregate_code.py: 코드 집계 도구 추가
주요 변경사항: - PySide6 호환성 문제 수정 (pyqtSignal → Signal) - Whisper CLI 경로 수정 (main.exe → whisper-cli.exe) - 상세한 디버깅 로그 추가 - 오디오 캡처 및 음성 인식 과정 로깅 - 마이크 문제 진단 스크립트 추가 (fix_microphone.py) - 오디오 장치 테스트 스크립트 추가 (test_audio.py) 문제 분석 결과: - Whisper.cpp는 정상 작동 (JFK 테스트 성공) - 프로그램 코드는 모두 정상 - 실제 문제: 마이크 하드웨어 연결/설정 이슈 - 모든 마이크 장치에서 오디오 레벨 0에 가까움 해결 방안: 1. Windows 오디오 설정에서 마이크 장치 확인 2. 마이크 볼륨 및 음소거 상태 확인 3. 물리적 마이크 연결 상태 확인 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- 코드를 src/ 디렉토리로 모듈화 재구성 - 사용자를 위한 간편한 설치/실행 배치 파일 추가 - Claude Code를 위한 개발 가이드 CLAUDE.md 생성 - 한국어 사용법 문서 README_사용법.md 추가 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
현재 제일 실행이 잘 되는 이 브랜치를 master로 merge하는 것을 제안함