summaryrefslogtreecommitdiff
path: root/tests/test-video-audio-recording--parse-pactl-sinks-verbose.el
AgeCommit message (Collapse)Author
4 daysrefactor(recording): unify parse-pactl-sources/sinks-verbose into single ↵Craig Jennings
function Identical 31-line parser logic differed only in "Source #" vs "Sink #" header. Replaced with cj/recording--parse-pactl-verbose taking a record-type parameter.
2026-02-26feat(recording): show sinks with active audio indicators in quick-setupCraig Jennings
Quick-setup (C-; r s) is now a two-step flow: pick a mic, then pick an audio output sink. Sinks display 󰕾/󰖁 icons with green/dim coloring to indicate which have active audio streams, with active sinks sorted to the top. The chosen sink's .monitor is set as the system audio device. This replaces the old auto-default-sink approach, letting users see where audio is actually going and pick the right sink in one command.