aboutsummaryrefslogtreecommitdiff
path: root/tests/test-integration-recording-monitor-capture.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(recording): rewrite device setup, fix video stop, update modeline iconsCraig Jennings2026-02-061-1/+1
| | | | | | | | | | | | | | | Video stop fix: kill wf-recorder (producer) first on Wayland so ffmpeg gets clean EOF, then signal process group. Replaces sit-for with poll-based wait-for-exit. Fixes zero-byte output files. Device selection: rewrite quick setup to show all available mics with PulseAudio descriptions, auto-detect default sink monitor for system audio. Skip confirmation dialog, add Cancel option to mic list. Modeline: replace red dot emoji with nerd font icons (mic/camcorder). Rename quick-setup-for-calls to quick-setup, rebind C-; r s / C-; r S. 173 recording tests pass (was 165).
* test: Add integration test for recording monitor captureCraig Jennings2025-11-141-0/+222