Re: [Alsa-user] Record 8 separate Line IN Channels from M-Audio Delta 1010 Card

2011-02-22 Thread Peter Hoffmann
OK I finally got it working. The problem was that I mixed the dsnoop for mulitiple access and the plug for channel assignment. So here is my working setup to recort 8 channels in parallel: hw:0,0 ---> capt ---> c1 ---> c2 and here is my .asoun

Re: [Alsa-user] Record 8 separate Line IN Channels from M-Audio Delta 1010 Card

2011-02-22 Thread Peter Hoffmann
Thanks, was a typo. On Tue, Feb 22, 2011 at 1:15 PM, Peter Nelson wrote: > On Tue, 2011-02-22 at 12:08 +0100, Peter Hoffmann wrote: >> I'm one step further. I got the "Device or resource busy" error >> because I use the wrong slave.pcm in my .asoundrc: >> >> pcm.ice1712 { >>         type hw >>  

Re: [Alsa-user] Record 8 separate Line IN Channels from M-Audio Delta 1010 Card

2011-02-22 Thread Peter Nelson
On Tue, 2011-02-22 at 12:08 +0100, Peter Hoffmann wrote: > I'm one step further. I got the "Device or resource busy" error > because I use the wrong slave.pcm in my .asoundrc: > > pcm.ice1712 { > type hw > card 0 > device 0 > } > > # envy24 channel 1 only > pcm.channel1 {

Re: [Alsa-user] Record 8 separate Line IN Channels from M-Audio Delta 1010 Card

2011-02-22 Thread Peter Hoffmann
I'm one step further. I got the "Device or resource busy" error because I use the wrong slave.pcm in my .asoundrc: pcm.ice1712 { type hw card 0 device 0 } # envy24 channel 1 only pcm.channel1 { type plug ttable.0.0 1 slave.pcm ice1712 } The first d

Re: [Alsa-user] Record 8 separate Line IN Channels from M-Audio Delta 1010 Card

2011-02-21 Thread James Shatto
-f cd is a shortcut for a STEREO track. AFAIK, the output for arecord is ONE file, with many channels in it. i.e. -f cd == -f S16_LE -t wav -c 2 -r 44100 and i.e. -f cdr == -f S16_BE -t wav -c 2 -r 44100 (what it gets converted to before burning a disc) or something like that... $ arecord -t wav

Re: [Alsa-user] Record 8 separate Line IN Channels from M-Audio Delta 1010 Card

2011-02-21 Thread Sergei Steshenko
On Mon, 21 Feb 2011 17:37:24 +0100 Peter Hoffmann wrote: wa > > (BTW can anyone point me to a tool to split a multi channel wav into a > file per channel?) > SoX (sox.sf.net), 'ecasound'; 'audacity'. Regards, Sergei. -

[Alsa-user] Record 8 separate Line IN Channels from M-Audio Delta 1010 Card

2011-02-21 Thread Peter Hoffmann
Hi, I want to record the 8 separate Line IN Channels from my M-Audio Delta 1010 Card. The card is recogniced nicely and a can record a single channel via arecord -d 10 -f cd -t wav -D channel1 out2.wav. I've set up the different channels in ~/.asoundrc. Now if I want to record a second channel in