think I have solved the stutter at track changes for 24/192 uncompressed
flacs by changing the $outputThreshold setting from 20 to 100 eg


# Threshold the output buffer for high sample-rate flac.
if ( $track ) {
if ( $track->samplerate() && $track->samplerate() >= 88200 ) {
$outputThreshold = 20;
}
}
Path: /usr/squeezecenter/Slim/Player/Squeezebox.pm


------------------------------------------------------------------------
SBGK's Profile: http://forums.slimdevices.com/member.php?userid=52003
View this thread: http://forums.slimdevices.com/showthread.php?t=94512

_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to