4cab9f6b207bafda2b9da31496e6fbe1b38278c3
`pulsesrc` with no `device=` reads PulseAudio's default source — which is the user's microphone, not system audio output. The stream was technically working but the laptop was hearing the desktop's mic (or silence on systems without one) instead of system audio. At host startup, shell out to `pactl get-default-sink` to discover the current default sink, then pass `device=<sink>.monitor` to pulsesrc. Resolving at session-start covers users who switch outputs (speakers vs headset vs HDMI) between sessions. pactl added to the host's required-binary list. Verified cross-machine: audio came through clearly with the prior ~1s latency floor preserved. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Description
No description provided
Languages
Rust
97.6%
Shell
2.4%