home · contact · privacy
Raspbian: add tentative vlc surround setup
authorChristian Heller <c.heller@plomlompom.de>
Sun, 3 Oct 2021 00:02:37 +0000 (02:02 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 3 Oct 2021 00:02:37 +0000 (02:02 +0200)
raspbian/.bash_aliases

index 0429868972823f80ab91cc19a448720a43241d8a..5036cb4d8cd9ad31abce63c68a65a7df9a61cd1a 100644 (file)
@@ -7,4 +7,5 @@ alias emulationstation="xrandr --output HDMI-2 --off && emulationstation"
 alias mpv51="xrandr --output HDMI-2 --auto && AUDIO_HDMI=1 mpv --alsa-ignore-chmap '--audio-channels=5.1(alsa)'"
 alias chromium-upmix="xrandr --output HDMI-2 --auto && chromium-browser --alsa-output-device=stereo51"
 alias alsamixer51="AUDIO_HDMI=1 alsamixer"
-
+# see vlc -H why these
+alias vlc51="xrandr --output HDMI-2 --auto && vlc --alsa-audio-device=hdmi1 --alsa-audio-channels=4199"