aboutsummaryrefslogtreecommitdiff
path: root/files/.config/mpv/input.conf
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2026-04-08 15:34:16 +0500
committerAnton Bobov <anton@bobov.name>2026-04-16 16:33:32 +0500
commit32708e5df71502da1e7f87fd2e68d3d17656ca8a (patch)
treed55f28d058658a474267c853d519a6991ee60465 /files/.config/mpv/input.conf
parent4bcba4c37c7dc42064bdef97dc764153eaba214d (diff)
mpv: add scaletempo2
Enable pitch-preserving tempo scaling by integrating scaletempo2 audio filter alongside loudnorm. This allows adjusting playback speed without altering audio pitch while maintaining volume normalization.
Diffstat (limited to 'files/.config/mpv/input.conf')
-rw-r--r--files/.config/mpv/input.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.config/mpv/input.conf b/files/.config/mpv/input.conf
index 1bb8675..8af7dad 100644
--- a/files/.config/mpv/input.conf
+++ b/files/.config/mpv/input.conf
@@ -12,7 +12,7 @@ Alt+p run "/bin/sh" "-c" "xdotool search --class mpv | xargs -I{} xdotool key --
# default loudnorm I=-24
# I=-15 -- louder volume
# anull -- disable audio filter
-a cycle_values af loudnorm loudnorm=I=-15 anull
+a cycle_values af loudnorm,scaletempo2 loudnorm=I=-15,scaletempo2 scaletempo2
Shift+Up add chapter 1
Shift+Down add chapter -1