diff options
| -rw-r--r-- | .config/mpd/mpd.conf##default | 2 | ||||
| -rw-r--r-- | .config/mpv/mpv.conf | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/mpd/mpd.conf##default b/.config/mpd/mpd.conf##default index f999a2b..f6d91a8 100644 --- a/.config/mpd/mpd.conf##default +++ b/.config/mpd/mpd.conf##default @@ -9,7 +9,7 @@ port "6600" restore_paused "yes" replaygain "track" -replaygain_preamp "0" +replaygain_preamp "6" database { plugin "proxy" diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index d853304..cc3c44f 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -10,3 +10,6 @@ sub-scale=0.5 # LOUD volume-max=200 + +# enable hardware-accelerated decoding +hwdec=auto |