From 3e646b7ff8deba5d8c1007aaf7c522bd9cbea1d3 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Fri, 14 Jan 2022 14:45:22 +0000 Subject: [PATCH] I discovered the best way to listen to music --- home/mpv.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/mpv.nix b/home/mpv.nix index 4e5ab73..2561e10 100644 --- a/home/mpv.nix +++ b/home/mpv.nix @@ -18,6 +18,12 @@ cscale = "ewa_lanczossharp"; }; + # 1.5 times speed, ≈702 cents pitch up + profiles.wat = { + speed = "1.5"; + audio-pitch-correction = "no"; + }; + bindings = { WHEEL_UP = "ignore"; WHEEL_DOWN = "ignore";