Re: [Alsa-user] Multitrack recording from Delta66

2004-03-04 Thread Michael Rausch
On Wed, 3 Mar 2004 22:12:08 +0200 (EET), Kai Vehmanen <[EMAIL PROTECTED]> wrote: ecasound -f:32,4,44100 -i alsa,plughw:1 -o out.wav Thank you! The "-f" option was the key that made me understand. My error was thinking of the inputs of the Delta 66 as subdevices. Stupid? :

Re: [Alsa-user] Multitrack recording from Delta66

2004-03-03 Thread Kai Vehmanen
On Wed, 3 Mar 2004, Michael Rausch wrote: > The four input I would like to use are those of the Delta 66. [...] > But when I try something like: > # ecasound -i:alsahw,1,m,n -o:out.wav Try: ecasound -f:32,4,44100 -i alsa,plughw:1 -o out.wav Or: ecasound -f:32,12,44100 -i alsa,hw:1 -f:32,

Re: [Alsa-user] Multitrack recording from Delta66

2004-03-03 Thread Bill Unruh
On Wed, 3 Mar 2004, Michael Rausch wrote: > Hello! > My goal is to record speech from four different microphones (mono inputs) > and store it in correspondig four sound files. Then I should be able to > reproduce them simultaneously, in parallel on four outputs or mixed > together. > I'm quite