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;
}
}
--------------------
--
andyg
------------------------------------------------------------------------
andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77080
_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch