Uso o edgy e ja veio instalado...
play (sox) 2.0-debian
Usage: play [OPTION]... FILE [EFFECT]...
Play/record sound files to/from unix style sound devices.
-c, --channels=CHANNELS specifies the number of sound channels in FILE
-d, --device=DEVICE use DEVICE for input/output
-f, --format=FORMAT specifies bit format of sample
FORMAT is either s, u, U, A, a, or g
-r, --rate=RATE sample rate in hertz of FILE
-s, --size=SIZE interpret size of sample
SIZE is either b, w, l, f, d, or D
-t, --type=TYPE specifies file format of FILE
-v, --volume=VOLUME change amplitude
-x, --xinu reverse bit order of sample
(only works with 16-bit and 32-bit integer data)
--file next argument is FILE
-h, --help display this help and exit
--version output version information and exit
--silent do not display filename of currently played file
EFFECTs are one or more of the following: avg, band, chorus, copy, cut,
deemph, echo, echos, flanger, highp, lowp, map, mask, phaser, pick, polyphase
rate, repeat, resample, reverb, reverse, split, stat, vibro.
See sox man page for detailed information on supported file types, data
formats, and effect options.
DESCRIPTION
play and rec is a command line front end to the sox(1) program. It will play/record audio files to/from unix-
style audio devices. It can optionally apply audio effects to the file.
When playing audio files, more then one input file can be specified. If more than one is specified then they are
concatenated together while playing. In this case, it has a restriction that all input files must be of the same
data type and sample rates.
When playing audio files without headers, format options may be specified to inform sox of the files sample rate,
data size and encoding, and number of channels. When recording audio data, this same information needs to be pre‐
sented so that the audio device can be placed into the proper mode.