Re: [ecasound] Unable to do multi channel recording simultaneously using Ecasound

From: Joel Roth <joelz@email-addr-hidden>
Date: Fri Oct 23 2015 - 03:19:34 EEST

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
Ecasound-list@email-addr-hidden
https://lists.sourceforge.net/lists/listinfo/ecasound-list
Received on Fri Oct 23 04:15:01 2015

This archive was generated by hypermail 2.1.8 : Fri Oct 23 2015 - 04:15:02 EEST