I'm looking for Boss 2 Dac alone with metal case. It's not available there.
I'm looking for Boss 2 Dac alone with metal case. It's not available there.
Try to contact Allo directly.I'm looking for Boss 2 Dac alone with metal case. It's not available there.
Did you get a chance to check thisTheoretically any allo hat should work. I will try this one day.
Sorry. Had totally forgotten about that. WIll try it this week.Did you get a chance to check this
So, did you find any sonic difference between boss 1.2 and boss 2?I actually ordered the acrylic player 2gb and was sent 4gb, I guess as it's the most popular variant. That was in December though after destroying my boss 1.2.
Thanks Stefan. I currently own the 1.2 and I absolutely love it except for the highs where my system pronounces it a bit more than what I am comfortable with. Was wondering if Boss 2 sounds warmer compared to Boss 1.2.We'll I've not listened to the boss2 much at home, but the mids and highs are a lot cleaner, the bass is slightly less but more controlled and articulate. Imaging and sound stage are improved probably more to do with the lower noise floor and better psu Once I get a headphone amp built I'll get a better idea.
Whilst I news happy with the 1.2 there is a definite improvement with the boss2, I only upgraded as my cats had damaged the 1.2 otherwise I wouldn't have bought the boss2, even now I wouldn't go for the upgrade to be honest.
Thanks again Stefan.Not warmer at all, more clinical and accurate especially the highs and bass.
Thanks a lot, prem. I am using Moode as of now. I will take your advise and experiment with piCoreplayer.Its all depends on player as well. All mpd based players like Volumio, Moode etc sounds like clinical as mentioned. But if you can use squeezlite like piCoreplayer, all those tones get change.. it will become more warmer and musical.. If you are on a 4GB model of Pi, you can install both LMS and Squeezlite player on same Pi box. Have a try and see how it goes..
cheers..
I have picoreplayer and Moode on different SD cards. The rest of the chain decides on what to use. I have a NAD c 320 and Yamaha ax496 amps, connected to the same qa3020i speakers. I prefer picoreplayer with Yamaha and Moode with NAD amplifiers.I tried to install those a couple of years ago, didn't really understand how to (maybe i didn't have the patience, as I don't really like using Linux) maybe I'll revisit that soon, moode is nice but the library management sucks, Tim Curtis the author also recognises that and would prefer someone else to get on board with sorting that out.
Tried installing and setup picoreplayer. I couldn install it and run picoreplayer but couldn’t manage to play a song. Can picoreplayer work without LMS?Thanks a lot, prem. I am using Moode as of now. I will take your advise and experiment with piCoreplayer.
Please follow the below link and install LMS on same Pi ..Tried installing and setup picoreplayer. I couldn install it and run picoreplayer but couldn’t manage to play a song. Can picoreplayer work without LMS?
Please follow the below link and install LMS on same Pi ..
I haven't tried it directly on linux, but it can be downloaded from slimdevices.com. A quick google search resulted below link..I will install LMS directly on my usbridge and RPI4 without using any distribution. What are the lms clients (non web based) available?
Yes. squeezelite player. That's what I was looking for. Just did a google and got this other players such as SoftSqueeze and SqueezePlay. Or e.g. the iPeng App on your iPhone. I will avoid SoftSqueeze as it is in Java and hence it will suck the memory out of the hardware. squeezelite is written in C, so that should be good.I haven't tried it directly on linux, but it can be downloaded from slimdevices.com. A quick google search resulted below link..
Logitech Media Server on Ubuntu 20.04
I posted this thread already to askubuntu.com but maybe it is of interest here too. I upgraded to Ubuntu 20.04 and that broke my installation but I figured out how to make it work again: After some tempering around, I considered to do a fresh install. So I deleted the old stuff in...ubuntuforums.org
Edit: client is squeezelite player..
Ok. It looks like it is quite simple.I haven't tried it directly on linux, but it can be downloaded from slimdevices.com. A quick google search resulted below link..
Logitech Media Server on Ubuntu 20.04
I posted this thread already to askubuntu.com but maybe it is of interest here too. I upgraded to Ubuntu 20.04 and that broke my installation but I figured out how to make it work again: After some tempering around, I considered to do a fresh install. So I deleted the old stuff in...ubuntuforums.org
Edit: client is squeezelite player..
wget https://downloads.slimdevices.com/LogitechMediaServer_v8.1.1/logitechmediaserver_8.1.1_arm.deb
sudo apt-get --fix-broken install libio-socket-ssl-perl
sudo dpkg -i logitechmediaserver_8.1.1_arm.deb
sudo apt-get install -y libsox-fmt-all libflac-dev libfaad2
Have you tried real time kernel?Ok. It looks like it is quite simple.
Got the instructions here
Logitech Media Server with Raspberry Pi 3B+ and 3.2″ TFT Display
The Logitech Media Server, formerly also called Squeezebox Server, is the heart of the Squeezebox ecosystem. In this tutorial I describe the installation on a Raspberry 3B+ including a small display.www.haraldkreuzer.net
Will try this tomorrow.
Thank you . Will try and update.Please follow the below link and install LMS on same Pi ..
Yes. Two years back on my main laptop which runs fedora using the CCMRA Repository using kernel-rt. But after my hard disk crashed, I went back to the official kernel. Now there is also Fedora Jam Repo which I believe gives RT kernel.Have you tried real time kernel?
[Service]
Type=notify
EnvironmentFile=/etc/default/mpd
#ExecStart=/usr/bin/chrt 99 /usr/bin/mpd --no-daemon $MPDCONF
ExecStart=/usr/bin/taskset -c 2,3 /usr/bin/mpd --no-daemon $MPDCONF
# Enable this setting to ask systemd to watch over MPD, see
# systemd.service(5). This is disabled by default because it causes
# periodic wakeups which are unnecessary if MPD is not playing.
#WatchdogSec=120
# allow MPD to use real-time priority 40
LimitRTPRIO=40
LimitRTTIME=infinity
# for io_uring
LimitMEMLOCK=64M
# disallow writing to /usr, /bin, /sbin, ...
ProtectSystem=yes
# more paranoid security settings
NoNewPrivileges=yes
ProtectKernelTunables=yes
ProtectControlGroups=yes
ProtectKernelModules=yes
# AF_NETLINK is required by libsmbclient, or it will exit() .. *sigh*
RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX AF_NETLINK
RestrictNamespaces=yes
[Install]
WantedBy=multi-user.target
Also=mpd.socket