Last active
September 20, 2020 22:55
-
-
Save mark-kubacki/20c11023b1a34a6e471796410b8bb804 to your computer and use it in GitHub Desktop.
Revisions
-
mark-kubacki revised this gist
Sep 20, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ set-sink-volume 0 32768 .include /etc/pulse/default.pa # Default devices. `pacmd list-sinks` and `… list-sources` lists them. .nofail set-default-source alsa_input.pci-0000_04_00.6.analog-stereo set-default-sink alsa_output.pci-0000_04_00.6.analog-stereo -
mark-kubacki revised this gist
Sep 20, 2020 . 1 changed file with 13 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #!/usr/bin/pulseaudio -nF # This is: .config/pulse/default.pa load-module module-alsa-card device_id="1" name="pci-0000_04_00.6" card_name="alsa_card.pci-0000_04_00.6" namereg_fail=false ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1" tsched=no fixed_latency_range=yes fragments=32 fragment_size=128 set-sink-volume 0 32768 .include /etc/pulse/default.pa # Defaults devices. `pacmd list-sinks` and `… list-sources` lists them. .nofail set-default-source alsa_input.pci-0000_04_00.6.analog-stereo set-default-sink alsa_output.pci-0000_04_00.6.analog-stereo .fail -
mark-kubacki created this gist
Sep 20, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ #.config/mpv/mpv.conf # profile=gpu-hq hwdec=vaapi-copy hwdec-codecs=all gpu-hwdec-interop=vaapi-egl # upscaling scale=spline36 # downscaling dscale=mitchell sub-auto=all slang=SDH,eng,deu,ger,ces,cze,yid,zho,chi,lat alang=deu,ger,eng,pol,ces,cze,yid,cho,zho,lat # panscan=1.0 cache=yes demuxer-max-bytes=123400KiB demuxer-readahead-secs=5 audio-device=pulse/alsa_output.pci-0000_03_00.6.analog-stereo #audio-device=alsa/front:CARD=Generic_1,DEV=0 volume=60 screenshot-format=webp