#839: Sink wrongly unloaded or not reloaded
------------------------+---------------------------------------------------
  Reporter:  mcarans    |       Owner:  lennart      
      Type:  defect     |      Status:  closed       
 Milestone:             |   Component:  module-alsa-*
Resolution:  elsewhere  |    Keywords:               
------------------------+---------------------------------------------------

Comment(by mcarans):

 I forced Pulseaudio not to rewind using:
     pa_sink_set_max_rewind(u->sink, 0);

 This seemed to fix it.

 timeout=0 is no longer needed in default.pa:
 default.pa: load-module module-suspend-on-idle  # timeout=0

 However, there is still a need for a rate converter in asoundrc:
 # Rate Converter to 48kHz, needed for Pulseaudio it seems
 pcm.Filter_RateConvert {
     type rate slave {
         pcm "Filter_A52Encode" rate 48000
     }
 }

 Is there a proper way to implement the hack:
 pa_sink_set_max_rewind(u->sink, 0)?

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