From: Sergey Matveev Date: Wed, 30 Jun 2021 10:32:40 +0000 (+0300) Subject: Currently I use only external DAC X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b3cd908ee874ff736b758392573a72810efc99b2;p=dotfiles.git Currently I use only external DAC --- diff --git a/mpv/.mpv/config b/mpv/.mpv/config index 22bdc95..4919dd8 100644 --- a/mpv/.mpv/config +++ b/mpv/.mpv/config @@ -13,6 +13,7 @@ gapless-audio=yes autosync=30 oss-mixer-device=/dev/mixer oss-mixer-channel=vol +profile=AO [AO] audio-device=oss//dev/dsp3 diff --git a/mpv/.mpv/input.conf b/mpv/.mpv/input.conf index c00863a..1a99c3d 100644 --- a/mpv/.mpv/input.conf +++ b/mpv/.mpv/input.conf @@ -4,5 +4,7 @@ Shift+PGUP add chapter 1 Shift+PGDWN add chapter -1 ENTER playlist-next force BS set speed 1.0 -VOLUME_UP run "mixer" "-f" "${oss-mixer-device}" "${oss-mixer-channel}" "+2" -VOLUME_DOWN run "mixer" "-f" "${oss-mixer-device}" "${oss-mixer-channel}" "-2" +#VOLUME_UP run "mixer" "-f" "${oss-mixer-device}" "${oss-mixer-channel}" "+2" +#VOLUME_DOWN run "mixer" "-f" "${oss-mixer-device}" "${oss-mixer-channel}" "-2" +VOLUME_UP add volume +2 +VOLUME_DOWN add volume -2