squeezelite and USB DAC - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Testing & Experimental (/forum-21.html) +--- Thread: squeezelite and USB DAC (/thread-1841.html) |
RE: squeezelite and USB DAC - Killerbee - 3rd Apr, 2014 08:53 PM (3rd Apr, 2014 01:47 PM)mk01 Wrote: @Killerbee @mk01 I have no idea.. Sound is still horrible. All my hope is on this RE: squeezelite and USB DAC - mk01 - 3rd Apr, 2014 09:01 PM @Killerbee Code: dmesg | grep -i fiq send me link to the server engine you use. I will install it myself. RE: squeezelite and USB DAC - Killerbee - 3rd Apr, 2014 11:17 PM (3rd Apr, 2014 09:01 PM)mk01 Wrote: send me link to the server engine you use. I will install it myself. @mk01 I used this how-to to install squeezebox server on one of my other pi's. It's a bit outdated. I'll try to find a better one. [edit] http://downloads.slimdevices.com/nightly/ [/edit] Maybe for you it is easier to use this ready to use image You are able to install squeezebox server via the config menu. If you need some more help please let me know. KB RE: squeezelite and USB DAC - mk01 - 3rd Apr, 2014 11:59 PM @Killerbee 227 MB big PERL application ? you are kidding, right ? RE: squeezelite and USB DAC - Killerbee - 4th Apr, 2014 12:17 AM (3rd Apr, 2014 11:59 PM)mk01 Wrote: @Killerbee @mk01 Yes sorry. But at the end you will get a nice piece of software By the way a smaller deb can be found here just 96M. KB RE: squeezelite and USB DAC - mk01 - 4th Apr, 2014 06:40 AM yes. after extraction has 227 serious question: what is your setting of ALSA? have you disabled the default resampling ? because "lame" sound sounds like resampling on slow device. RE: squeezelite and USB DAC - mk01 - 4th Apr, 2014 07:49 AM I ended up on Logitech web page asked for registration? That's ok ???? just few more questions. if you don't have squeezboxes why you want to run squeeze media server ? or you have them? but why then play music through the "server" instance ? RE: squeezelite and USB DAC - Killerbee - 4th Apr, 2014 08:45 PM (4th Apr, 2014 06:40 AM)mk01 Wrote: yes. after extraction has 227I have to check this. It was a long time ago I installed the serverpart. My "ServerPi" is running for more than a year now..... As soon as I get home I will update this post. KB (4th Apr, 2014 07:49 AM)mk01 Wrote: I ended up on Logitech web page asked for registration? You do not need to register a Logitech! Squeezelite is acting as a "squeezebox". Also there are GUI clients available for OSX/Windows/LINUX(using wine) In combination with the triode's spotify plugin I am able to stream all my favorite music anywhere. KB RE: squeezelite and USB DAC - mk01 - 5th Apr, 2014 12:32 AM ok. then I will install it again too much overkill, complications and implications to my taste to achieve such base service as having music accessible. but of course this is not up to me to decide for you and of course is also not the topic there. I will post again after install back. But inbetween for sure check the resampling. As alsa default PCM out is 48000Hz. If you music files are 44100Hz (what is 99%), your RPI is resampling on the fly. RE: squeezelite and USB DAC - Killerbee - 5th Apr, 2014 01:24 AM (5th Apr, 2014 12:32 AM)mk01 Wrote: ok. then I will install it again @mk01 Thanks for your help anyhow. Could you tell me how to check ALSA's default out? I didn't configure anything special at my pi. Squeezelite has some alsa settings for details here I tried all of them FYI lame resampling is disabled for mp3 at the squeezebox server side. PS As far as I know there is no (better) alternative for squeezebox server available for Linux? As far as I know it's the only music streaming server with nice (windows/OSX) gui's and sync between multiple "squeezeboxes" You can compare it with SONOS systems. There is a big community working on a community funded squeezebox replacement for various hardware. KB RE: squeezelite and USB DAC - mk01 - 5th Apr, 2014 01:41 AM @Killerbee I'm aware of this settings at squeez. But you have to start from alsa config. what you get on : Code: grep defaults.pcm.dmix.rate /usr/share/alsa/alsa.conf RE: squeezelite and USB DAC - Killerbee - 5th Apr, 2014 02:02 AM (5th Apr, 2014 01:41 AM)mk01 Wrote: @Killerbee @mk01 defaults.pcm.dmix.rate 48000 Could I change it to 44100? Kb RE: squeezelite and USB DAC - mk01 - 5th Apr, 2014 02:04 AM if your music is at 44.1, then yes. as if sqeez has resampling off, it pushes the audio to alsa at 44.1, but alsa is set to output at 48. so it resamples. RE: squeezelite and USB DAC - Killerbee - 5th Apr, 2014 02:18 AM (5th Apr, 2014 02:04 AM)mk01 Wrote: if your music is at 44.1, then yes.@mk01 Aha thanks for the tip. I will try it and report back. Thanks. PS Do I need some special squeezelite alsa settings? KB RE: squeezelite and USB DAC - mk01 - 5th Apr, 2014 02:20 AM let's assume not ... (no idea ) |