play
Audio player of SoX - Sound eXchange. Plays any audio, with audio formats identified by the extension. More information: <http://sox.sourceforge.net>.
Install
- All systems
-
curl cmd.cat/play.sh
- Debian
-
apt-get install sox
- Ubuntu
-
apt-get install sox
- Alpine
-
apk add sox
- Arch Linux
-
pacman -S sox
- Kali Linux
-
apt-get install sox
- CentOS
-
yum install sox
- Fedora
-
dnf install sox
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sox
- OS X
-
brew install sox
- Raspbian
-
apt-get install sox
- Dockerfile
- dockerfile.run/play
- Docker
-
docker run cmd.cat/play play
powered by Commando
Audio player of SoX - Sound eXchange. Plays any audio, with audio formats identified by the extension. More information: <http://sox.sourceforge.net>.
-
Play the given audio file:
play audiofile
-
Play the given audio files:
play audiofile1 audiofile2
-
Play the given audio at twice the speed:
play audiofile speed 2.0
-
Play the given audio in reverse:
play audiofile reverse
© tl;dr; authors and contributors