Re: [ecasound] Combine 3 mono audio files in one 3 chanels audio file

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] Combine 3 mono audio files in one 3 chanels audio file
From: Kai Vehmanen (k_AT_eca.cx)
Date: Tue Sep 24 2002 - 23:54:05 EEST


On Fri, 20 Sep 2002, Armand Bendanan wrote:

> I wan to combine 3 mono audio files in one 3 chanels audio file.
[...]
> ecasound \
> -a:1 -f:16,1,44100 -erc:1,1 -i file1.wav \
> -a:2 -f:16,1,44100 -erc:1,3 -i file2.wav \
> -a:3 -f:16,1,44100 -erc:1,2 -i file3.wav \
> -a:1,2,3 -f:16,3,44100 -o trio.wav

This one is almost correct. Let's make a few changes:

ecasound \
     -a:1 -f:16,1,44100 -i file1.wav \
     -a:2 -f:16,1,44100 -erc:1,3 -eac:0,1 -i file2.wav \
     -a:3 -f:16,1,44100 -erc:1,2 -eac:0,2 -i file3.wav \
     -a:1,2,3 -f:16,3,44100 -o trio.wav

In other words when copying channels 2 and 3, we mute
the source channel (ch1 in both cases) after copying
the data.

-- 
 http://www.eca.cx
 Audio software for Linux!


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Sep 24 2002 - 23:53:14 EEST