Re: [ecasound] Multitrack recording with Midiman Delta 44

New Message Reply Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] Multitrack recording with Midiman Delta 44
From: Kai Vehmanen (k@eca.cx)
Date: Fri Sep 01 2000 - 12:07:10 EEST


On Wed, 30 Aug 2000, Joshua Horvath wrote:

> ecasound -f:32,10,44100 -i:test.wav -o:alsa,1,0
[...]
> ecasound -f:32,2,44100 -i:alsa,1,0 -o:test.wav
[...]
> I get a "Channel count 2 is out of range" error. Ditto for any other number of
> channels I specify.

With ALSA 0.5.x, you always have to open the audio device in 10ch mode. So
always put "-f:32,10,44100 -i:alsa,1,0". To record a 10ch wav file:

ecasound -f:32,10,44100 -i:alsa,1,0 -f:32,10,44100 -o:10ch-file.wav

Putting channels in separate files is a bit tricky, but can be done.
For instance, copying 9ch and 10ch to a 16bit stereo wav file:

ecasound -f:32,10,44100 -i:10ch-file.wav -erc:9,1 -erc:10,2 -f:16,2,44100 -o:stereo-file.wav

> What is the correct format for recording with one of these cards? Do I need the
> 0.6.x CVS version of ALSA to do multitrack recording?

No, but 0.6.x will (eventually) make things easier.

-- 
 . http://www.eca.cx ... [ audio software for linux ] /\ . 
 . http://www.eca.cx/aivastus ... [ aivastus net radio ] /\ . 
 . http://www.eca.cx/sculpscape [ my armchair-tunes mp3/ra/wav ]

-- To unsubscribe send message 'unsubscribe' in the body of the message to <ecasound-list-request@wakkanet.fi>.


New Message Reply Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri Sep 01 2000 - 12:41:21 EEST