Dup Ver Goto 📝

SoxTopic

PT2/aw/media/multimedia does not exist
To
16 lines, 48 words, 259 chars Page 'SoxTopic' does not exist.

Sox Examples

Converting to/from raw

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

Extracting left channel

sox input.wav left.wav remix 1

Playing raw

play -t raw -r 48000 -c 1 -e float -b 32 input.pcm