🎵 Play any song from your terminal changing its pitch or speed 🎵
cd ~/your/music/directory
ls
# ReallyCoolSong.mp3
# SongTunedInEFlat.mp3
# SongTunedInESharp.mp3
plp "eflat" 1 # plays the song 1 semitone higher
plp "esharp" -1 # plays the song 1 semitone lower
pls "cool" 0.5 # plays the song a 50% slower
pls "cool" 1.5 # plays the song a 50% faster- 📦 Install
mplayerwith your favorite package manager - ✔️ Make sure the command
mplayerworks on your shell - 📁 Copy the scripts to some directory, let's say
~/play-and-shift - 🛣️ Add that directory to the
PATHenvironment variable:
export PATH=$PATH:~/play-and-shift
# add this to the end of ~/.bashrc- 💻 Install Git Bash
- 📁 Copy the scripts to some folder, lets say
C:\scripts - 🌱 Move the contents of the
windowsfolder to the root ofC:\scripts - 🛣️ Add that directory to the
PATHenvironment variable:- From the Start Menu, search
Edit the system environment variables - Click
Environment Variables... - Edit your user's
Pathvariable - Add the
C:\scriptsfolder
- From the Start Menu, search