Bug 2748 - setting pitch above 110 on an SB1 causes audio dropouts
: setting pitch above 110 on an SB1 causes audio dropouts
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Audio
: 6.2.2
: PC Windows (legacy)
: P2 normal with 1 vote (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-12-23 10:47 UTC by Michael Wagner
Modified: 2008-09-15 14:38 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Wagner 2005-12-23 10:47:21 UTC
This is a reissuing of bug 1476, originally issued against SB1s as a hardware problem. 1476 was closed won'tfix because the underlying hardware problem is a limitation of the hardware and could not be fixed. 

At that time, I asked if the code which limits mixer pitch commands could be changed to implement the actual hardware limits.

I recently discovered that the same line of code still exists in 6.

I believe the line to fix is in Squeezebox.pm.

sub maxPitch { return 120; }
should read
sub maxPitch { return 110; }
Comment 1 Dan Sully 2005-12-26 15:11:42 UTC
Fixed in change 5441 & change 5442.