[mythtv-commits] Ticket #4764: alsa buffer problem introduced in 15893

MythTV mythtv at cvs.mythtv.org
Sun Feb 24 20:12:13 UTC 2008


#4764: alsa buffer problem introduced in 15893
--------------------+-------------------------------------------------------
 Reporter:  manwe   |       Owner:  ijr    
     Type:  defect  |      Status:  new    
 Priority:  minor   |   Milestone:  unknown
Component:  mythtv  |     Version:  head   
 Severity:  medium  |     Mlocked:  0      
--------------------+-------------------------------------------------------
 At the time of this report HEAD (r16234) breaks my audio setup.
 r15728 worked just fine.
 I'm using alsa:default as audio output and I'm running Fedora 8 with
 pulseaudio.
 I hear sound for 2-10 seconds while watching a recording (or anything to
 do with sound in mythtv). I've tracked the problem to this change:
 libs/libmyth/audiooutputalsa.cpp
 lines: 92-94
  15893    danielk         fragment_size =
  15893    danielk             (audio_bits * audio_channels *
 audio_samplerate) / (8*30);
  15893    danielk         buffer_time = 100000;

 No error are reported...

 Changing it back returns fully functional audio with my setup.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4764>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list