historical/lightrecorder.git/lrlsd.sh

6 lines
276 B
Bash
Raw Normal View History

2024-01-16 11:20:27 -06:00
echo LRLSD - LightRecorder List Device
echo Your possible output device:
pactl list | grep -A2 'Source #' | grep 'Name: ' | cut -d" " -f2 | grep ".monitor"
echo Your possible input devices:
pactl list | grep -A2 'Source #' | grep 'Name: ' | cut -d" " -f2 | grep -v ".monitor"