mherger wrote:
> Here's another change which might have had an impact:
>
> https://github.com/Logitech/slimserver/commit/a9bdcba34259507adaa97bb5c8adf62562064a18
Almost certainly that is it. Prior to that point, LMS did not check the
sample rate of the ogg/flac stream against the player capabilities, so
the Radio would have been given the 96000 kHz stream.
Now, although the Radio tells us that it can only handle up to 48000
kHz, in reality I have heard a 96000 kHz stream emerge from it
apparently just fine. Its ALSA subsystem does seem to down sample that
rate to the 48000 kHz that the hardware can handle. I vaguely recall
that it didn't fare so well with an 88200 kHz stream, though. I'd need
to check again.
The Controller, on the other hand, reports a maximum sample rate of
96000 kHz, and presumably the Touch likewise (I don't have one), and we
note that the Controller continues to work.
I don't know whether LMS' -sox- can handle an ogg/flac stream. Assuming
that it can't, might the following conversion rule work in a
-custom-convert.conf- ? I'd test it, but I don't have access to an
ogg/flac 24/96 stream. I don't have much experience with these rules, so
I may have got it well wrong.
Code:
--------------------
ogf flc * *
# IFRD:{RESAMPLE=-r %d}
[flac] --ogg -dcs -- $FILE$ | [sox] -q -t flac - -t flac -C 0
$RESAMPLE$ -
--------------------
------------------------------------------------------------------------
mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=111597
_______________________________________________
Radio mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/radio