[mythtv-commits] Ticket #10396: Periodical, short audio artifacts in one the channels when upmixing to 5.1

MythTV noreply at mythtv.org
Thu Mar 15 03:26:36 UTC 2012


#10396: Periodical, short audio artifacts in one the channels when upmixing to 5.1
------------------------------------------+--------------------------------
 Reporter:  blazej.lewcio@…               |          Owner:  jyavenard
     Type:  Bug Report - General          |         Status:  infoneeded_new
 Priority:  minor                         |      Milestone:  unknown
Component:  MythTV - Audio Output         |        Version:  Unspecified
 Severity:  medium                        |     Resolution:
 Keywords:  upmixing                      |  Ticket locked:  0
------------------------------------------+--------------------------------

Comment (by markspieth):

 I think you misunderstand.
 Another way would be like this

 {{{
 int bdFrames = bdiff / bpf;
 encoder->Encode(WPOS, bdFrames * bpf, processing ? FORMAT_FLT : format);
 to_get = encoder->Encode(ABUF, len - bdFrames * bpf,
 }}}

 however I think there are other cases and the proposed patch just handles
 everything intrinsically due to raud = 0 in Reset()

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10396#comment:29>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list