🖥️play

➡️This is a command-line reference manual for commands and command combinations that you don’t use often enough to remember it. This cheatsheet explains the play command with important options and switches using examples.

▁ ▂ ▃ ▄ ꧁ 🔴☠ COMMANDLINE-KUNGFU WITH CHEATSHEETS ☠🔴꧂▅ ▃ ▂ ▁

#                ██████╗ ██╗      █████╗ ██╗   ██╗
#                ██╔══██╗██║     ██╔══██╗╚██╗ ██╔╝
#                ██████╔╝██║     ███████║ ╚████╔╝ 
#                ██╔═══╝ ██║     ██╔══██║  ╚██╔╝  
#                ██║     ███████╗██║  ██║   ██║   
#                ╚═╝     ╚══════╝╚═╝  ╚═╝   ╚═╝   
                

                                                
#==============================#
# CMD play
#==============================##==============================#
play -q -n synth sq F2 sq C3 remix - fade 0 5 .1 norm -4 bend 0.5,2477,3 fade 0 5 0.8
# THX-like sound. play is from the sox package.

play -n synth pl G2 pl B2 pl D3 pl G3 pl D4 pl G4 delay 0 .05 .1 .15 .2 .25 remix - fade 0 4 .1 norm -1
# Guitar strum. play is from sox pkg

play -n synth sine 480 sine 620 remix 1-2 fade 0 0.5 delay 0.5 repeat 5
# And you probably haven not heard one of these in a while.

play -n synth sine A sine F remix 1-2 fade 0 5
# With this command you can generate a U.S. dial tone using sox play.

play -n -c1 synth whitenoise band -n 100 20 band -n 50 20 gain +30 fade h 1 86400 1
# Pretend that you are on a starship.

play msg0114.WAV vol 10 dB tempo 1.5
# Playback a voicemail at 10 decibels louder and 50% faster without affecting pitch. Req. sox package.

play -n -c1 synth whitenoise band -n 100 20 band -n 50 20 gain +30 fade h 1 86400 1
# Pretend that you are on a starship.

# Pretend you are on a starship (Uses sox) #StarTrekDay
play -n -c1 synth whitenoise band -n 100 20 band -n 50 20 gain +30 fade h 1 86400 1 

play -n synth sin 900 bend 0.3,800,1 bend 1.2,-150,1 trim 0 3.5 reverb -w 
# Make your own spooky noises with sox. #ImBaaack

play -n -c1 synth whitenoise band -n 100 20 band -n 50 20 gain +30 fade h 1 86400 1 
# Pretend you are on a starship (Uses sox)

play -n synth -j 3 sin %3 sin %-2 sin %-5 sin %-9 sin %-14 sin %-21 fade h .01 2 1.5 delay 1.3 1 .76 .54 .27 remix - fade h 0 2.7 2.5 norm -1 # Chimes sound from the 'sox' man page. Your attention please. The train to Osaka is now boarding on Track #3.

play -n synth sq C trim 0 4 vol 0.2 chorus 1 1 21 1 4 10 -s bend 0,2400,4 fade 0.1 4 2 # I'm outta here for today. Have fun.

eval play -n synth .25 pl\ {F2,F2,G2,F2,G#2,F2,Bb2,A2} delay $( seq 0 .25 1.75 ) repeat 100 remix - 
# Play the bass line from the theme to Peter Gunn using sox play. Also known from Blues Brothers, Spy Hunter, etc.

#==============================##==============================#
# CMD play
#==============================##==============================#
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

  █║▌│║█║▌★ KALI ★ PARROT ★ DEBIAN 🔴 PENTESTING ★ HACKING ★ █║▌│║█║▌

              ██╗ ██╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗
             ████████╗██╔══██╗██╔═══██╗╚██╗██╔╝██╔════╝██╔══██╗
             ╚██╔═██╔╝██║  ██║██║   ██║ ╚███╔╝ █████╗  ██║  ██║
             ████████╗██║  ██║██║   ██║ ██╔██╗ ██╔══╝  ██║  ██║
             ╚██╔═██╔╝██████╔╝╚██████╔╝██╔╝ ██╗███████╗██████╔╝
              ╚═╝ ╚═╝ ╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═════╝

               █║▌│║█║▌ WITH COMMANDLINE-KUNGFU POWER █║▌│║█║▌

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░