- Filter out "立體聲混音" (Stereo Mix) devices which are not real microphones - Skip the "default" device which may point to Stereo Mix - Prefer "communications" device or devices with "麥克風/microphone" in label - Use exact deviceId constraint for better device selection - Add fallback to preferred constraint if exact fails - Add more detailed console logging for debugging 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
60 lines
511 B
Plaintext
60 lines
511 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
venv/
|
|
.venv/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.pytest_cache/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Electron
|
|
out/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
*.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Whisper models (large files)
|
|
*.pt
|
|
*.bin
|
|
*.onnx
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.webm
|
|
/tmp/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Generated Excel records
|
|
backend/record/
|
|
|
|
# AI Assistant configuration
|
|
.claude/
|
|
openspec/
|
|
AGENTS.md
|
|
CLAUDE.md
|
|
.running_pids
|