Re: Unable to do multi channel recording simultaneously using Ecasound

Joel Roth <[email protected]> Thu, 22 Oct 2015 14:19:34 -1000
Newsgroups gmane.comp.audio.ecasound.general
Message-ID <20151023001934.GA31210@sprite>
Nishant Prakash wrote:
> Hi,
> I have to do multiple channel recording that recording from each channel is
> stored in separate file. I looked up the following link:
> http://osdir.com/ml/linux.ecasound/2003-05/msg00017.html
> I am not able to do recording using jack as is mentioned there. *I run the
> following command for 2 channel sound card which I am using now:*
> 
> ecasound -f:24,1,44100 \
> -a:1 -i jack -o foo1.wav \
> -a:2 -i jack -o foo2.wav \

Hi Nishant,

I love ecasound being so capable. One weakness is that the
command syntax does only what you ask for, not what you
intend.

If you want a lightweight method for recording using JACK,
and you don't mind using Perl, you may like to try Nama,
which provides a user-friendly (or at least user-friendlier)
layer to issue commands to ecasound.

nama> add-track foo1; source 1; rec
nama> add-track foo2; source 2; rec
nama> start
nama> stop

Of course there are a few configuration related wrinkles.
If you start Nama as

% nama -p

all files should appear in the current directory, but
this option hasn't been tested for a while.

Have fun!

Joel
Nama animator

-- 
Joel Roth
  


------------------------------------------------------------------------------
_______________________________________________
Ecasound-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ecasound-list