summaryrefslogtreecommitdiff
path: root/TROUBLESHOOTING.md
AgeCommit message (Collapse)Author
2026-01-21Fix: Auto-play only regenerated audio (front or back, not both) for bg-bg cardsv0.8.0Paul Buetow
- Removed duplicate fyne.KeyA handler that was triggering both front and back audio - Added SetAudioFileNoAutoPlay() method for controlled playback - Front audio (a key) now auto-plays only front audio - Back audio (A key) now auto-plays only back audio - Refactored startPlayback to use startPlaybackForFile for better control - Fixed icon reset when playback finishes for each audio type separately
2026-01-21docs: add troubleshooting guide for audio regeneration issuePaul Buetow
Created TROUBLESHOOTING.md with detailed investigation of the reported issue where A (regenerate back audio) may be regenerating the wrong side for Bulgarian-Bulgarian cards. Includes: - Issue description and expected behavior - Current implementation details - Data flow analysis - Debugging steps to reproduce and verify - List of potential root causes - Related code files - Test case for reproducibility