[mythtv-commits] Ticket #11714: Noise when playing back MP3s in MythMusic

MythTV noreply at mythtv.org
Thu Aug 8 16:47:30 UTC 2013


#11714: Noise when playing back MP3s in MythMusic
-----------------------------------+-----------------------------
 Reporter:  stuartm                |          Owner:  jyavenard
     Type:  Bug Report - General   |         Status:  closed
 Priority:  minor                  |      Milestone:  0.27
Component:  MythTV - Audio Output  |        Version:  Master Head
 Severity:  medium                 |     Resolution:  fixed
 Keywords:                         |  Ticket locked:  0
-----------------------------------+-----------------------------
Changes (by Jean-Yves Avenard <jyavenard@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"34651274749befb422371d4979a62019f94b21d9/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="34651274749befb422371d4979a62019f94b21d9"
 Fix audio corruption under some circumstances

 Clipping was incorrectly done when converting floats to S32 (1.0f became
 0x800000000 which is -2147483648 instead of 2147483647)

 Disable Float->S32 SSE code for the time being (problem only fixed in C)

 Fixes #11714
 }}}

--
Ticket URL: <http://code.mythtv.org/trac/ticket/11714#comment:5>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list