[pulseaudio-tickets] [PulseAudio] #839: Pulseaudio tries to rewind on ioplug devices
PulseAudio
trac-noreply at tango.0pointer.de
Tue Jul 13 03:04:03 PDT 2010
#839: Pulseaudio tries to rewind on ioplug devices
----------------------+-----------------------------------------------------
Reporter: mcarans | Owner: lennart
Type: defect | Status: reopened
Milestone: | Component: module-alsa-*
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Comment(by coling):
Yeah I read the mailing list after the bug list :D
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
}
}
}}}
--
Ticket URL: <http://pulseaudio.org/ticket/839#comment:15>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server
More information about the pulseaudio-bugs
mailing list