andyg;538006 Wrote: 
> Yes the main area that is a problem is the initial startup of a 24/96
> track.
> 
> If anyone wants to experiment, try adjusting the $outputThreshold value
> in Slim::Player::Squeezebox:
> 
> > 
Code:
--------------------
  >   > 
  >             # Threshold the output buffer for high sample-rate flac.
  >             if ( $track ) {
  >                     if ( $track->samplerate() && $track->samplerate() >= 
88200 ) {
  >                             $outputThreshold = 20;
  >                     }
  >             }
  > 
--------------------
> > 

Magic numbers in code, tut, tut, tut.  Do I need to restart the server
for the change to take effect?


-- 
Daverz
------------------------------------------------------------------------
Daverz's Profile: http://forums.slimdevices.com/member.php?userid=32335
View this thread: http://forums.slimdevices.com/showthread.php?t=77080

_______________________________________________
Touch mailing list
Touch@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to