Bug Fixes
- Fix system audio capture on macOS Sequoia 15.7.x — Added retry logic for a
coreaudiodrace condition where the audio tap's format wasn't immediately readable after creation. Previously, system audio capture would silently fail on every session; now retries up to 10 times (50ms apart) before giving up. No impact on macOS Tahoe or later where the race doesn't occur. (#597, fixes #596)
Maintenance
- Bumped Homebrew cask to v1.74.10
Thanks to @DavidLMS for the detailed bug report and root cause analysis.