[LAU] Command line to combine stereo WAV into 4-channel WAV?

Julien Claassen julien at c-lab.de
Wed Dec 2 03:46:55 EST 2009


Hey Ken!
   If not sox, then ecasound:
ecasound -f:bit_depth,2,samplerate -a:1 -i stereo1.wav -a:2 -i stereo2.wav 
-f:bit_depth,4,samplerate -chmove:1,3 -chmove:2,4 -a:all -o quatro.wav
   Should do it, but didn't test it. In any case, it is possible to perform 
that action.
   Besdies that, there's of course csound.
   Kindest regards
           Julien

--------
Music was my first love and it will be my last (John Miles)

======== FIND MY WEB-PROJECT AT: ========
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
======= AND MY PERSONAL PAGES AT: =======
http://www.juliencoder.de



More information about the Linux-audio-user mailing list