name: pull request about: submit changes to the project title: “[pr] Fix macOS audio resilience - prevent disconnections” labels: ‘’ Issue: #1626
Fixes macOS audio recording randomly stopping after 48-50+ hours by implementing connection resilience instead of reactive restarts.
Changes:
Root cause: macOS CoreAudio sessions get invalidated during sleep/wake cycles and the old code treated all audio errors as terminal, stopping recording completely.
related issue: (addresses reported macOS audio stability issues)
Expected behavior: Audio recording should maintain stable connections indefinitely on macOS, matching Windows reliability.
/claim #1626
Anmol Sharma
@Anmol202005
screenpi.pe
@mediar-ai