summaryrefslogtreecommitdiff
path: root/tests/test-video-audio-recording-select-device.el
Commit message (Collapse)AuthorAgeFilesLines
* Revert "checking in modified/removed tests and other misc changes"Craig Jennings2025-11-141-0/+165
| | | | This reverts commit 1218bae708a6755e3628f15fef58e6806ac81039.
* checking in modified/removed tests and other misc changesCraig Jennings2025-11-141-165/+0
|
* a/v recording: fix setup, add test functionality and indicatorlkgCraig Jennings2025-11-111-0/+165
Integrates a modeline indicator to display active recording status in Emacs. The indicator shows "🔴Audio", "🔴Video", or "🔴A+V" based on the active recording processes. Includes functions for starting and stopping audio/video recordings, with sentinel processes ensuring timely updates to the modeline. Also adds extensive integration tests to validate modeline synchronization.