I have a Terratec DMX6Fire 2496 card, and I'd like to record radio broadcasts through line-in which means input channels 3 & 4 on my card.
Using arecord, I can type for example
arecord -D line_in -d 20 -f cd tst.wav
with line_in defined by the following clip in .asoundrc:


#adcdac 3 and 4
pcm.line_in {
        type plug
        ttable.0.2 1
        ttable.1.3 1
        slave.pcm ice1712
}

I'd like to record through Audacity, which I find very convenient, but it operates in OSS emulation mode and the only i/o device accessable there is /dev/dsp. To capture line-in I have to open 4 channels with the line-in signal going to ch. 3 and 4, ch 1 and remaing silent.

Now, is there any tricky mapping of channels, probably with .asoundrc, so that the line-in signal shows up in ch. 1 and 2?

TIA
Klaus


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to