coling suggested:
You shouldn't need to specify either card NVidia or card 0. Just use the
argument passed in and pass it through to the slave. It's just about cooking up
the right .asoundrc syntax. Something like (untested):
{{{
pcm.Filter_A52Encode {
@args [ CARD ]
@args.CARD {
type integer
default 0
}
type a52
bitrate 448
channels 6
card $CARD
}
pcm.a52 {
@args [ CARD ]
@args.CARD {
type integer
default 0
}
type rate
slave {
pcm "Filter_A52Encode"
card $CARD
rate 48000
}
}
}}}
--
Pulseaudio fails with Alsa a52 (ac3) plugin (Ubuntu 10.04 Lucid)
https://bugs.launchpad.net/bugs/348353
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs