From b3cd908ee874ff736b758392573a72810efc99b2 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 30 Jun 2021 13:32:40 +0300 Subject: [PATCH] Currently I use only external DAC --- mpv/.mpv/config | 1 + mpv/.mpv/input.conf | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.44.0