Hallo,
Klaus-Peter Schrage hat gesagt: // Klaus-Peter Schrage wrote:

> 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.

This is from the Wiki at http://audacityteam.org/wiki/index.pl?LinuxIssues 

   Audacity can use ALSA natively if you compile it to use
  PortAudio v19 instead of the default, v18. Note that v19 is
  still evolving and not as well tested, but it is the only
  way that Audacity supports ALSA. Many users have reported
  good experiences with it. To use it, reconfigure Audacity
  like this: 

  ./configure --with-portaudio=v19 --without-portmixer

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

Not it pure OSS probably, but you could use libaoss to let
Audacity-OSS talk to ALSA devices without knowing it does so. 

But actually I record radio a lot with ecasound, which has the
advantage, that it can be put into a cronjob and thus can even record,
when I'm away/asleep.

ciao
-- 
 Frank Barknecht                               _ ______footils.org__


-------------------------------------------------------
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