Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable)
|
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(09-Jun-2017, 10:36 AM)Bromf Wrote: Reinstalled sox. Works as before... closer and closer.... just need that sox version for C-3PO and some way to install it... like a ppa. Sox in /usr/bin? Or in the LMS directory? Once you install SOX in the LMS directory. Reboot the computer and see which one LMS picks up...
Snakeoil Operating System - Music, your way!
Posts: 450
Threads: 30
Joined: Oct 2016
Reputation:
89
Location: Pacific
lms directory would be ? /usr/sbin/squeezeboxserver ?
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(09-Jun-2017, 11:28 AM)Bromf Wrote: lms directory would be ? /usr/sbin/squeezeboxserver ?
For 64bit systems, it's at /usr/share/squeezeboxserver/Bin/x86_64-linux:
Code: snakeoil@snakeoiltest:/usr/share/squeezeboxserver/Bin/x86_64-linux$ ls -l
total 8264
-rwxr-xr-x 1 root root 1304904 Oct 15 2016 faad
-rwxr-xr-x 1 root root 1902394 Oct 15 2016 flac
-rwxr-xr-x 1 root root 4995368 Oct 15 2016 sox
-rwxr-xr-x 1 root root 251472 Oct 15 2016 wvunpack
You'd need to rename the downloaded file back to sox, and things would work again.
Snakeoil Operating System - Music, your way!
Posts: 450
Threads: 30
Joined: Oct 2016
Reputation:
89
Location: Pacific
09-Jun-2017, 12:06 PM
(This post was last modified: 09-Jun-2017, 12:07 PM by Bromf.)
Aha I see where I have being going wrong . Thanks ! found the downloaded package but permissions are not as you show.
I have been downloading as sudo as my user. Do I need to do that as root ? Snakeoil ? password ?
-rwxr-xr-x 1 root root 1304904 Mar 9 03:00 faad
-rwxr-xr-x 1 root root 1902394 Mar 9 03:00 flac
-rw-r--r-- 1 root root 3185432 Mar 15 04:20 sox-dsd-linux-gnu-amd64
-rwxr-xr-x 1 root root 251472 Mar 9 03:00 wvunpack
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(09-Jun-2017, 12:06 PM)Bromf Wrote: Aha I see where I have being going wrong . Thanks ! found the downloaded package but permissions are not as you show.
I have been downloading as sudo as my user. Do I need to do that as root ? Snakeoil ? password ?
-rwxr-xr-x 1 root root 1304904 Mar 9 03:00 faad
-rwxr-xr-x 1 root root 1902394 Mar 9 03:00 flac
-rw-r--r-- 1 root root 3185432 Mar 15 04:20 sox-dsd-linux-gnu-amd64
-rwxr-xr-x 1 root root 251472 Mar 9 03:00 wvunpack
when you run "sudo", you're doing it as root. e.g. something like:
Code: sudo mv sox-dsd-linux-gnu-amd64 sox
Seems this file is even smaller than the stock version. Think I'd update sox on the official ISO build then.. Save a few bytes .
Snakeoil Operating System - Music, your way!
Posts: 450
Threads: 30
Joined: Oct 2016
Reputation:
89
Location: Pacific
09-Jun-2017, 12:22 PM
(This post was last modified: 09-Jun-2017, 01:24 PM by Bromf.)
ok, now looks like this....
-rwxr-xr-x 1 root root 1304904 Mar 9 03:00 faad
-rwxr-xr-x 1 root root 1902394 Mar 9 03:00 flac
-rw-r--r-- 1 root root 3185432 Mar 15 04:20 sox
-rwxr-xr-x 1 root root 251472 Mar 9 03:00 wvunpack
and after reboot C-3PO still lists - SOX/usr/bin/sox -- Version140401 NOT dsd capable
OK I have chmod 755 sox and awaiting reboot... fingers crossed this time...
Yes can confirm that sox is now used from the LMS directory..! But still not doing mp3..... and C-3PO settings now says C-3PO doesn't work with lossy formats but shows mp3 as a valid input format ??? odd ?!? and it does work with mp3 in Daphile..
I will try clearing cache and rebooting...
What fun !! Learning heaps !!
This sox version dsd capable...... I will have to try it with my other dac.. :-)
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(09-Jun-2017, 12:22 PM)Bromf Wrote: What fun !! Learning heaps !!
This sox version dsd capable...... I will have to try it with my other dac.. :-)Yeah I'm learning lots too from you. Going to add this special edition of Sox for the next ISO release. So people will have less trouble when using C-3PO plugin.
Snakeoil Operating System - Music, your way!
Posts: 450
Threads: 30
Joined: Oct 2016
Reputation:
89
Location: Pacific
10-Jun-2017, 01:15 PM
(This post was last modified: 10-Jun-2017, 01:16 PM by Bromf.)
Thinking about this.....
tomorrow I will boot Daphile on the same hardware and look in ....
/usr/share/squeezeboxserver/Bin/x86_64-linux
I suspect that I will find lame and ffmpeg as well as sox etc.
If so I will copy those packages on the Snakeoil install across to /usr/share/squeezeboxserver/Bin/x86_64-linux and see if that works....;_)
If it wasn't for the Creative dac doing such a bad job of resampling everything to 48kHz I wouldn't bother.
However if resampling in software to 96kHz for mp3 and streams works then there should be a sonic benefit.
Posts: 450
Threads: 30
Joined: Oct 2016
Reputation:
89
Location: Pacific
Added lame mp3-decode mp123 and ffmpeg to /usr/share/squeezeboxserver/Bin/x86_64-linux and still no resampling of streams or mp3.
All good, will leave it at that unless anyone has other suggestions. :-)
However, found that the ralph-irving git squeezelite has all the R2 goodness baked in and is invoked by adding -W to the "enter additional squeezelite parameters here " checkbox.
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(11-Jun-2017, 12:54 PM)Bromf Wrote: Added lame mp3-decode mp123 and ffmpeg to /usr/share/squeezeboxserver/Bin/x86_64-linux and still no resampling of streams or mp3.
All good, will leave it at that unless anyone has other suggestions. :-) I'd look into this some time later and get back to you.
(11-Jun-2017, 12:54 PM)Bromf Wrote: However, found that the ralph-irving git squeezelite has all the R2 goodness baked in and is invoked by adding -W to the "enter additional squeezelite parameters here " checkbox. The R2 has something other Squeezelites don't though, native DSD support. Apparently Triode from Daphile has a patch for that but I can never find it, but I think the link is mentioned somewhere in the R2 link. Again something to look at in due time.
Snakeoil Operating System - Music, your way!
|
Users browsing this thread: |
3 Guest(s)
|
|
Welcome
|
You have to register before you can post on our site.
|
SnakeoilOS Mission Statement
|
Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.
SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.
If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.
|
|
|