media/multimedia/ SoxTopic


Sox Examples

See here and here.

Converting to/from raw

sox input.wav -r 48000 -c 2 -t raw -e floating-point -L -b 32 output.raw
sox input.wav -t raw -c 2 -r 48000 -f -L -b 32 output.raw

Extracting left channel

sox stereo_inputfile.wav leftchannel.wav remix 1

Playing raw

play -t raw -r 48000 -c 1 -f -b 32 input.raw