diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-09 16:52:07 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-09 16:52:07 +0100 |
commit | c8283a1ef06b15ab0b5871655f4bfaefe9518673 (patch) | |
tree | ee892a974ed799f708078def24e02f42cb70b5fa /bin/guiscripts/vrec | |
parent | cc216ca760a6b22c8b8041f525859f4201a52d1f (diff) | |
parent | 11137f566712166f593eee3466a0287b8f3fad7b (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'bin/guiscripts/vrec')
-rwxr-xr-x | bin/guiscripts/vrec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/guiscripts/vrec b/bin/guiscripts/vrec index 4d3f8db..6af8d58 100755 --- a/bin/guiscripts/vrec +++ b/bin/guiscripts/vrec @@ -72,7 +72,10 @@ fi # Set audio variable if [ "$1" = "-a" ] then - audio="-f pulse -ac 2 -i default" + ## Mic + # audio="-f pulse -ac 2 -i default" + ## Desktop + audio="-f pulse -i alsa_output.pci-0000_00_1f.3.analog-stereo.monitor -ac 1" shift fi output="$(date +%F_%H-%M-%S)" |