Skip to content

Instantly share code, notes, and snippets.

@stutstev
Last active April 23, 2025 00:37
Show Gist options
  • Save stutstev/1143f9ef2512fb93d34cd1ded01fe243 to your computer and use it in GitHub Desktop.
Save stutstev/1143f9ef2512fb93d34cd1ded01fe243 to your computer and use it in GitHub Desktop.
mpv: How to Concurrently Change Tempo and Pitch of Audio/Music
mpv --audio-pitch-correction=no -af-add=scaletempo=speed=both --speed=0.95 file
@Cightline
Copy link

Thanks, I added this to my config so I can play 80's hits at .75 speed.

@stutstev
Copy link
Author

stutstev commented Apr 23, 2025

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