Re: [ecasound] Swap channels?

From: Kai Vehmanen <kvehmanen@email-addr-hidden>
Date: Wed Sep 06 2006 - 10:24:30 EEST

Hi,

On Tue, 5 Sep 2006, Free Lunch wrote:

> I need some help swapping the channels of 24 bit wav files from the
> command line. The sample rates are 44, 48 and 96k so sox won't work.

as there is no ready operator (or a LADSPA plugin) for doing this,
I'm afraid this will get somewhat tricky:

ecasound -z:mixmode,sum -f:24,2,44100 -a:l,r -i foo.wav \
          -a:l -erc:1,2 -eac:0,1 -a:r -erc:2,1 -eac:0,2 \
          -a:l,r -o bar.wav

So on chain 'l' we copy ch1->ch2, mute ch1; and on chain 'r' we
copy ch2->ch1 and mute ch2, then mix 'l+r' back together.

-- 
  links, my public keys, etc at http://eca.cx/kv
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ecasound-list mailing list
Ecasound-list@email-addr-hidden
https://lists.sourceforge.net/lists/listinfo/ecasound-list
Received on Wed Sep 6 12:15:01 2006

This archive was generated by hypermail 2.1.8 : Wed Sep 06 2006 - 12:15:01 EEST