fix(audio): clean up orphaned sunburn-capture loopbacks #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/cleanup-stale-loopbacks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
pw-loopback captures left by a crash/force-quit lingered as extra
'sunburn-capture' sources, and the renderer could grab a dead one → no audio.
Sweep them (scan /proc for our pw-loopback processes and kill them) on app
startup and before creating each new loopback.