#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
_______________________________________________
pulseaudio-tickets mailing list
pulseaudio-tickets@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets

Reply via email to