On Do, 08.02.07 17:17 Thomas Kuther <[EMAIL PROTECTED]> wrote:

> On Mi, 07.02.07 20:23 Thomas Kuther <[EMAIL PROTECTED]> wrote:
> 
> > Hello,
> > 
> > My card is an ICE1712 M-Audio Delta 2496, using alsa-lib,-plugins
> > 1.0.14-rc2, so everything dmixed by default.
> > I'm currently trying to capture what goes out through the
> > default device. 
> 
> Hmm, that's so easy on OSS (4Front, not kernel), but that works
> horribly with jack and any recording apps like audacity or ReZound.
> 
> Perhaps someone could give me a hint how the monitor device (aka
> digital mixer) on envy24 is called in ALSA. With OSS it's
> simply /dev/dsp4 on my card, and you can simply record from that. But
> on ALSA I don't seem to able to find out it's name. Lots of Multi this
> Multi that, but no idea what they're doing. The otherwhise execellent
> envy24control doesn't help much here, or I am just too stupid.
> 
> TIA

Ok, thanks for ALL the replies :P

The solution this to make the ice1712's monitor mixer available as
device. NO idea whysoever this is not done by default so 
'aplay --list-pcms' spits it out, but well...

pcm.ice1712 {
    type hw
    card 0
    device 0
}

pcm.monitor {
    type plug
    ttable.0.10 1 # digital mix left
    ttable.1.11 1 # digital mix right
    slave.pcm ice1712
}

qarecord --device monitor

There ya go.


Attachment: signature.asc
Description: PGP signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to