diff options
| author | Anton Bobov <anton@bobov.name> | 2026-04-08 15:34:16 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2026-04-16 16:33:32 +0500 |
| commit | 32708e5df71502da1e7f87fd2e68d3d17656ca8a (patch) | |
| tree | d55f28d058658a474267c853d519a6991ee60465 /files/.config/mpv/mpv.conf | |
| parent | 4bcba4c37c7dc42064bdef97dc764153eaba214d (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/mpv.conf')
| -rw-r--r-- | files/.config/mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.config/mpv/mpv.conf b/files/.config/mpv/mpv.conf index 4e8ae06..d043e93 100644 --- a/files/.config/mpv/mpv.conf +++ b/files/.config/mpv/mpv.conf @@ -38,7 +38,7 @@ osd-bar=no speed=1.33 # Speed up playback by the factor volume-max=100 image-display-duration=inf # If the current file is an image, kept open forever -af=loudnorm +af=loudnorm,scaletempo2 demuxer-max-bytes=500M # Cache size demuxer-max-back-bytes=100M |
