paul- wrote:
> Testing my memory, but there was a reason we picked that specific commit
> listed in the source included in the slimserver-vendor git. Im pretty
> sure there were issues with later commits, which might be fixed or
> further broken by now.
>
> To avoid any potential regressions due to source changes, a patch that
> applies with the current lms flac source might be best.
I think patch 3 on the specific flac commit used in slimserver vendor is
OK.
BTW for anybody testing on any platform. A way to check that flac "sees"
a locale where decimal point is indicated by a comma is to run a
compression test look at the output ratio. The following decompress flac
to WAV using unpatched flac.
Code:
--------------------
/tmp$ LC_ALL=pt_BR.UTF-8 flac --skip=00:05,26 --until=00:21,34 -f -o
testskip.wav testflac.flc
flac 1.3.2
Copyright (C) 2000-2009 Josh Coalson, 2011-2016 Xiph.Org Foundation
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
testflac.flc: WARNING, can't use existing seektable in input FLAC since the
input size is changing or unknown, dropping existing SEEKTABLE block...
testflac.flc: wrote 1254469 bytes, ratio=0,900
/tmp$ LC_ALL=en_GB.UTF-8 flac --skip=00:05.26 --until=00:21.34 -f -o
testskip.wav testflac.flc
flac 1.3.2
Copyright (C) 2000-2009 Josh Coalson, 2011-2016 Xiph.Org Foundation
flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
welcome to redistribute it under certain conditions. Type `flac' for details.
testflac.flc: WARNING, can't use existing seektable in input FLAC since the
input size is changing or unknown, dropping existing SEEKTABLE block...
testflac.flc: wrote 1254469 bytes, ratio=0.900
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=110871
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter