Re: [linux-audio-user] /dev/? - cd-a-input and line-in

From: Maarten De Boer <mdeboer@email-addr-hidden>
Date: Thu Apr 14 2005 - 22:38:32 EEST

Hi,

> I'm using ALSA on Fedora 2 and I want to ask how to capture da cd-audio
> input and line-in input separateley?

If your soundcard cannot to that (from Lee's post I understand some
can), you could also use cdparanoia to get the audio from the cd,
with a fifo in between.

I just tried:

  $ mkfifo cdout
  $ cdparanoia 1 cdout

and in another terminal window

  $ aplay cdout

This works fine.
Now, I think darkice can not read from anything that is not an alsa
or oss device... But I know ices2 can read from the stdin, so

  $ cat cdout | ices2 your_stdin_conf.xml

should work fine. (But ices2 is ogg-only)

I suppose hacking stdin input in darkice would be easy..

maarten
Received on Fri Apr 15 00:15:16 2005

This archive was generated by hypermail 2.1.8 : Fri Apr 15 2005 - 00:15:17 EEST