3rd Apr, 2014, 08:53 PM
3rd Apr, 2014, 08:53 PM
3rd Apr, 2014, 09:01 PM
@Killerbee
send me link to the server engine you use. I will install it myself.
Code:
dmesg | grep -i fiq
send me link to the server engine you use. I will install it myself.
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
4th Apr, 2014, 12:17 AM
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.
serious question: what is your setting of ALSA? have you disabled the default resampling ? because "lame" sound sounds like resampling on slow device.
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 ?
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 ?
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.....
serious question: what is your setting of ALSA? have you disabled the default resampling ? because "lame" sound sounds like resampling on slow device.
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?
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 ?
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
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.
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.
5th Apr, 2014, 01:24 AM
(5th Apr, 2014 12:32 AM)mk01 Wrote: [ -> ]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.
@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
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 :
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
5th Apr, 2014, 02:02 AM
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.
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.
5th Apr, 2014, 02:18 AM
(5th Apr, 2014 02:04 AM)mk01 Wrote: [ -> ]if your music is at 44.1, then yes.@mk01
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.
Aha thanks for the tip. I will try it and report back.
Thanks.
PS Do I need some special squeezelite alsa settings?
KB
5th Apr, 2014, 02:20 AM
let's assume not ... (no idea )