Bug 9251 - Line In is too quiet
: Line In is too quiet
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: unspecified
: PC Windows XP
: -- normal (vote)
: ---
Assigned To: Caleb Crome
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-21 18:53 UTC by Mickey Gee
Modified: 2009-09-08 09:19 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mickey Gee 2008-08-21 18:53:55 UTC
In doing testing with Line In, there was insufficient gain on input to Line In. As a result, the frequency response tends to be bass deficient.

The simplest solution is to change SqueezeCenter to provide additional default gain. It can also be done in firmware.
Comment 1 Caleb Crome 2008-08-21 21:08:43 UTC
The line in level is too low, and requires turning boom up very high.   This in turn makes the bass go away, and makes line in sound bad.  

We need to increase the line in level.  This can be done in 2 places -- we can get an extra 27 dB just by changing the line-in volume control in squeezecenter.   Additionally I think it makes sense to put another gain stage in the DSP.

If we're interested in doing this for 7.2, we can make a big improvement just by changing SC, and put off extra gain until 7.2.1.  

Otherwise, we can do both in 7.2.1.  

Dean, you make the call.

-Caleb
Comment 2 Blackketter Dean 2008-08-21 21:29:37 UTC
let's do it in SC. Is that just a change to a default in the new plugin/setting?
Comment 3 Caleb Crome 2008-08-21 22:06:14 UTC
I'll have to take a look exactly where theh change is, but yes, I think so.
Comment 4 Michael Herger 2008-08-21 23:10:59 UTC
Index: D:/eclipse/Boom/server/Slim/Player/Boom.pm
===================================================================
--- D:/eclipse/Boom/server/Slim/Player/Boom.pm	(revision 22810)
+++ D:/eclipse/Boom/server/Slim/Player/Boom.pm	(working copy)
@@ -57,7 +57,7 @@
 	)],
 	'titleFormatCurr'      => 4,
 	'lineInAlwaysOn'       => 0, 
-	'lineInLevel'          => 50, 
+	'lineInLevel'          => 75, 
 };
 

replace that 75 with whatever value should go in there
Comment 5 Blackketter Dean 2008-08-22 12:32:48 UTC
Caleb: What's the right default value here?
Comment 6 Caleb Crome 2008-08-22 14:58:02 UTC
The problem isn't the default volume is too low -- I don't have a problem with the default.  The problem is that the overall volume is too low when the volume is set to maximum.  

I can add another x15 (23 dB) in the already extant volume control by changing server side only.

Additionally, I'll put more gain possiblities in a future DSP rev.
Comment 7 Caleb Crome 2008-08-22 15:44:38 UTC
SVN 22860 -- changed maximum line-in gain from 0dB to +24 dB.