Re: [ecasound] Question about multichannel sound cards

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

Subject: Re: [ecasound] Question about multichannel sound cards
From: Kai Vehmanen (k_AT_eca.cx)
Date: Thu May 15 2003 - 23:58:56 EEST


On Thu, 15 May 2003, Luis Pablo Gasparotto wrote:

> Could you tell me how should be command line for recording multiple
> channels simultaneously with a multichannel soundcard like Delta 1010
> with ALSA?

Two options:

ecasound -f:32,12,44100 -i alsa,hw:0 -o foo.wav

... will record 12ch from the ALSA device. If you want to route the
individual channels to different files, I recommend using JACK, and then:

ecasound -f:32,1,44100 \
         -a:1 -i jack -o foo1.wav \
         -a:2 -i jack -o foo2.wav \
         ... \
         -a:12 -i jack -o foo12.wav

-- 
 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 : Fri May 16 2003 - 00:00:27 EEST