#837: A52 (ac3/Dolby Digital) encoding for SPDIF / Pulseaudio
----------------------+-----------------------------------------------------
  Reporter:  mcarans  |       Owner:  lennart      
      Type:  defect   |      Status:  new          
 Milestone:           |   Component:  module-alsa-*
Resolution:           |    Keywords:               
----------------------+-----------------------------------------------------

Comment(by coling):

 [3ede7e4] and [cb55b00] along with a suitable alsa config seem to solve
 this.

 Alsa config is:
 {{{
 pcm.a52 {
    @args [CARD]
    @args.CARD {
        type string
    }
    type rate
    slave {
        pcm {
            type a52
            bitrate 448
            channels 6
            card $CARD
        }
        rate 48000 #required somehow, otherwise nothing happens in
 PulseAudio
    }
 }
 }}}

-- 
Ticket URL: <http://pulseaudio.org/ticket/837#comment:14>
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