diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-05-19 16:32:13 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-05-19 16:32:13 +0200 |
| commit | 5a9ceb7b017187741ea725800236321dbc61068a (patch) | |
| tree | 805b8b427d5ffbe332ee202012815100490ab57e | |
| parent | b9badf116f75588763f31dbe63aafbbf0eee7dd3 (diff) | |
| -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 |