From 380c5b0ec50455ffae495954c00bfb32bafc31a2 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 3 Mar 2021 22:55:50 +0100 Subject: [PATCH] mpv: Optimise clear-speed profile It now *almost* sounds as good as firefox, though it sometimes still is harder to understand. --- users/simon/modules/mpv.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/simon/modules/mpv.nix b/users/simon/modules/mpv.nix index 6be09c1..2fdf716 100644 --- a/users/simon/modules/mpv.nix +++ b/users/simon/modules/mpv.nix @@ -209,8 +209,8 @@ in tscale-clamp = 0.0; }; - # https://github.com/mpv-player/mpv/issues/4418#issuecomment-368272929 - clear-speed.af-add = "scaletempo=stride=28:overlap=.9:search=25"; + # adapted from https://github.com/mpv-player/mpv/issues/4418#issuecomment-368272929 + clear-speed.af-add = "scaletempo=stride=18:overlap=.6:search=10"; }; scripts = [