Last active
April 23, 2025 00:37
-
-
Save stutstev/1143f9ef2512fb93d34cd1ded01fe243 to your computer and use it in GitHub Desktop.
mpv: How to Concurrently Change Tempo and Pitch of Audio/Music
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mpv --audio-pitch-correction=no -af-add=scaletempo=speed=both --speed=0.95 file |
Anytime! I think this is the closest thing to what you’d expect from adjusting the speed of a turntable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, I added this to my config so I can play 80's hits at .75 speed.