From bf600ff64f5c7b5789033aca48a0ab86ce5a8eef Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sun, 13 Jul 2025 03:12:57 +0200 Subject: [PATCH] audio --- config/input.conf | 2 ++ config/mpv.conf | 1 + 2 files changed, 3 insertions(+) create mode 100644 config/input.conf diff --git a/config/input.conf b/config/input.conf new file mode 100644 index 0000000..db5543a --- /dev/null +++ b/config/input.conf @@ -0,0 +1,2 @@ +f1 af toggle "acompressor=threshold=-25dB:ratio=4:attack=5:release=50" +f2 af toggle "dynaudnorm=g=15:f=250:p=0.8" diff --git a/config/mpv.conf b/config/mpv.conf index 984e52e..1ed9b3c 100644 --- a/config/mpv.conf +++ b/config/mpv.conf @@ -25,6 +25,7 @@ osc=yes # Show on-screen controller cursor-autohide=1000 # Hide mouse cursor during playback idle=yes # Stay open after playback ends screenshot-format=png # Save screenshots as PNG +force-window=yes # --- Streaming (e.g. YouTube) --- ytdl-format=bestvideo+bestaudio/best # Best quality from YouTube, etc.