I discovered the best way to listen to music
This commit is contained in:
parent
0cdddfb88a
commit
3e646b7ff8
|
@ -18,6 +18,12 @@
|
||||||
cscale = "ewa_lanczossharp";
|
cscale = "ewa_lanczossharp";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# 1.5 times speed, ≈702 cents pitch up
|
||||||
|
profiles.wat = {
|
||||||
|
speed = "1.5";
|
||||||
|
audio-pitch-correction = "no";
|
||||||
|
};
|
||||||
|
|
||||||
bindings = {
|
bindings = {
|
||||||
WHEEL_UP = "ignore";
|
WHEEL_UP = "ignore";
|
||||||
WHEEL_DOWN = "ignore";
|
WHEEL_DOWN = "ignore";
|
||||||
|
|
Loading…
Reference in a new issue