From the "soxexam" manual page:
SoX is great to use along with other command line programs
by passing data between the programs using pipelines. The
most common example is to use mpg123 to convert mp3 files
in to wav files. The following command line will do this:
mpg123 -b 10000 -s filename.mp3 | sox -t raw -r 44100 -s
-w -c 2 - filename.wav
-- Mark Polhamus
Larry Sanders wrote:
> Remind me of the command to convert sound files,
> for example from mp3 to wav.
> TIA
> :-) Larry
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:04:13 EDT