Hi!

I have Synology DS213j (armada370) , running LMS 8.0.0 , and using
SqueezeBox Classic player.

I had the similar issue with sox since upgrade LMS from 7.7.6 to 8.0.0.
High resolution files were not played.

After checking this thread, I checked sox binary directly, if it's
running manually from shell. So on my Synology I run:

Code:
--------------------
    cd /volume1/@appstore/SqueezeCenter/Bin/
  ./sox --version
  Segmentation fault (core dumped)
--------------------


So sox didn't run at all.

Then I just extracted sox binary from the 7.7.6 arm370 LMS package
(LogitechMediaServer-armada370-8.0.0-1605892076.spk more exactly). 
It can be opened by 7-Zip, and sox will be found here in package:
LogitechMediaServer-armada370-7.7.6-116.spk\package.tgz\package\Bin\sox

I've copied this sox binary to Synology, then copied it to relevant
path:


Code:
--------------------
    cd /volume1/@appstore/SqueezeCenter/Bin/
  mv sox sox.bak
  cp /volume1/Transmission/Prog/sox .
  ll
  sox --version
  ./sox: SoX v14.3.2
--------------------


This binary works on my Synology. Just after this change, now all
high-res files are playing correctly on SB Classic! :)

FYI, I didn't change anything else, i.e. I have Native setting here:
Settings ->  Advanced -> File Types -> FLAC/FLAC: Native

If I change it to Disabled, my Squeezebox Classic claims unsupported
file format.

Another my observation, when I play 96 or 192 kHz files , I see sox is
running this way:


Code:
--------------------
    root@diskstation:/volume1/@appstore/SqueezeCenter/Bin# ps -ef | grep sox
  admin    32076 25849  0 00:30 ?        00:00:00 sh -c 
"/volume1/@appstore/SqueezeCenter/Bin/flac" -dcs -- - | 
"/volume1/@appstore/SqueezeCenter/Bin/sox" -q -t wav - -t flac -C 0 -r 48000 -
  admin    32078 32076 16 00:30 ?        00:00:23 
/volume1/@appstore/SqueezeCenter/Bin/sox -q -t wav - -t flac -C 0 -r 48000 -
  root     32128 22938  0 00:33 pts/1    00:00:00 grep --color=auto sox
  root@diskstation:/volume1/@appstore/SqueezeCenter/Bin#
  
--------------------


So it seems my files are converted to 48000 kHz.


------------------------------------------------------------------------
batka's Profile: http://forums.slimdevices.com/member.php?userid=12908
View this thread: http://forums.slimdevices.com/showthread.php?t=113932

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to