JohnSwenson;581184 Wrote:
>
> This was all tweaked and constants were worked out for 16/44.1, for
> 24/96 they don't always work. For future releases I think the
> developers are working on a way to change those constants depending on
> the sample rate being used. Several months ago I remember Andy posting
> a way to change this number, but I can't find that post right now.
It was this:
You can play around with "$outputThreshold"
# 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
--
Soundman
------------------------------------------------------------------------
Soundman's Profile: http://forums.slimdevices.com/member.php?userid=37777
View this thread: http://forums.slimdevices.com/showthread.php?t=82459
_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch