Am I the only one who somtimes likes to listen to music either sped up or slowed down? Some songs benefit exceptionally from that!
I'm talking here about proper speed change: that doesn't distort the sound, which is by lower/increasing pitch (audio physics, unfortunately). mpv allows that. Just spin up terminal, run mpv as below and control speed with square brackets keys.
mpv \
-af-add=scaletempo=speed=both \
-audio-pitch-correction=no \
--no-audio-display \
{filePath}
Does this trigger vinyl fans?