Re: channel manipulation

Julien Claassen <[email protected]>
Newsgroups gmane.comp.audio.ecasound.general
Message-ID <[email protected]>
Hello Patrick!
   Untested, but should work:
ecasound -f:16,3,44100 -a:1,2,3 -i test.wav \
   -a:1 -chmix:1 -a:2 -chmute:2 -chmove:1,2 \
   -a:3 -chmute:1 -ea:-100 -chmove:2,3
   -a:all -o test-out.wav
   Will generate a 3-channel output wav, with: ch1: mono-mixdown of right and 
left. ch2: left channel, ch3: right channel inverted.
   I think you wanted a mix of the right inverted channel with the left? So in 
-a:3 use a -chopy:3,2 at the end.
   If you want the normal right channel as well, it will be four chains, in in 
chain 3, you will have:
-a:3 -chmute:1 -ea:-100
   and in chain 4, the normal right:
-a:4 -chmute:1 -chmove:2,3
   Though, depending on what you expect as output volumes, I'd use an overall 
decrease in amplitude. So at the beginning, directly after test.wav have 
something like -ea:50 .
   I hope this helps. It looks a lot like you want to have this strange 
surround stereo format, that some CDs use and that I hadn't been able to 
decode once. :-)
   Best wishes
          Julien

----------------------------------------
http://juliencoder.de/nama/music.html

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecasound-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecasound-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.