dersch
2018-10-12 20:59:04 UTC
Hi Leute,
ich weiß bei diesem Problem nicht weiter. Ich habe bereits mehrere
Raspi's mit unterschiedlichen Sound HAT's als Squeezelite Player
eingesetzt und mit keinem Probleme. Hier scheitere ich aber
Raspi B+
Hifiberry DAC+
Squeezelite v1.9.0-1113
Raspbian Jessie
Linux garagenpi 4.14.74+ #1149 Mon Oct 8 17:26:51 BST 2018 armv6l
GNU/Linux
über 3,5 Phone Jack verbundene Logitech Boombox
Jedenfalls wird Musik nur gaaaaanz langsam abgespielt. Wechselt dabei
auch L + R. Hört sich an als wäre es ne Schallplatte die jemand mit der
Hand dreht bei aufgelegten Tonabnehmer.
Spiele ich aber mittels aplay eine wav ab so hört sie sich normal an.
Also gehe ich nicht von einem Hardware Problem aus.
Ich habe keine Ahnung was das sein könnte. Vielleicht kann mir jemand
auf die Sprünge helfen?
Das hier ist meine squeezelite_settings.sh
Code:
--------------------
# ===========================v1.9==============================
# CHANGE THESE VALUES IF NEEDED
# The name for the squeezelite player, do not use spaces (default the hostname
# will be used):
SL_NAME="SqueezeGarage"
# Note: "Framboos" is Dutch for Raspberry... :-)
# ----- SOUNDCARD -----
# Set the soundcard
SL_SOUNDCARD="sysdefault:CARD=sndrpihifiberry"
SL_ALSA_PARAMS="80"
#
# For Logilink USB soundcard UA0053, use:
#SL_SOUNDCARD="front:CARD=Set,DEV=0"
#
# For Behringer UCA 202 USB soundcard, use:
#SL_SOUNDCARD="front:CARD=CODEC,DEV=0"
#
# For alsaequal, use:
#SL_SOUNDCARD="equal"
# ----- MAC ADDRESS -----
# Uncomment the next line (remove hash) if you want to change the mac address (-m option):
#SL_MAC_ADDRESS="00:00:00:00:00:01"
# Note: when left commented squeezelite will use the mac address of your ethernet card or
# wifi adapter, which is what you want.
# If you change it to something different, it will give problems if you use mysqueezebox.com .
# ----- SERVER IP ADDRESS -----
# Uncomment the next line (remove hash) if you want to point squeezelite
# at the IP address of your squeezebox server (-s option). And change the IP address of course..
SB_SERVER_IP="192.168.10.1"
# Note: if this is not set, Squeezelite will use auto discovery to find
# the LMS server, which works fine too.
#
# For the standalone LMS server tutorial, use:
#SB_SERVER_IP="127.0.0.1"
# ----- AUTO PLAY -----
# Uncomment the next line if you want squeezelite to start playing on startup. BE AWARE: If you use this, you
# should also uncomment and fill-in SB_SERVER_IP (see above). Otherwise this will not work.
#SL_AUTO_PLAY="Yes"
# Uncomment next if you want to auto play a certain favorite, only (a unique) part of the favorite's name is sufficient.
#SL_AUTO_PLAY_FAV="3FM"
# Uncomment next if you want to auto play with a certain volume, use a value from 0 to 100.
#SL_AUTO_PLAY_VOLUME="45"
# ----- MISC SETTINGS -----
# Uncomment the next line (remove hash) if you want to set ALSA parameters (-a option, set to buffer size 80).
# format: <b>:<p>:<f>:<m>, b = buffer time in ms or size in bytes, p = period count or size in bytes, f sample format (16|24|24_3|32), m = use mmap (0|1)
#SL_ALSA_PARAMS="80:::0"
# Uncomment the next TWO lines to turn on logging (-f and -d option):
#SL_LOGFILE="/var/log/squeezelite.log"
#SL_LOGLEVEL="all=debug"
# Uncomment the next line if you want to start the squeezelite daemon with a specific user.
#SL_USER="pi"
# Uncomment the next line if you want to start the squeezelite daemon with a specific working directory
#SL_WORKING_DIR="/home/pi"
# Uncomment and change the next line if you want to use a different squeezelite version.
#SL_DOWNLOAD_URL="url to squeezelite zip file"
#
# NOTE: Dowload url should be for a zip file named "squeezelite-armv6hf.tar.gz", the zip file must contain a squeezelite executable named "squeezelite".
#
# If you want to use different squeezelite options, not set by this script, use the next line:
#SL_ADDITIONAL_OPTIONS=""
--------------------
Grüße
Dirk
------------------------------------------------------------------------
dersch's Profile: http://forums.slimdevices.com/member.php?userid=67278
View this thread: http://forums.slimdevices.com/showthread.php?t=109595
ich weiß bei diesem Problem nicht weiter. Ich habe bereits mehrere
Raspi's mit unterschiedlichen Sound HAT's als Squeezelite Player
eingesetzt und mit keinem Probleme. Hier scheitere ich aber
Raspi B+
Hifiberry DAC+
Squeezelite v1.9.0-1113
Raspbian Jessie
Linux garagenpi 4.14.74+ #1149 Mon Oct 8 17:26:51 BST 2018 armv6l
GNU/Linux
über 3,5 Phone Jack verbundene Logitech Boombox
Jedenfalls wird Musik nur gaaaaanz langsam abgespielt. Wechselt dabei
auch L + R. Hört sich an als wäre es ne Schallplatte die jemand mit der
Hand dreht bei aufgelegten Tonabnehmer.
Spiele ich aber mittels aplay eine wav ab so hört sie sich normal an.
Also gehe ich nicht von einem Hardware Problem aus.
Ich habe keine Ahnung was das sein könnte. Vielleicht kann mir jemand
auf die Sprünge helfen?
Das hier ist meine squeezelite_settings.sh
Code:
--------------------
# ===========================v1.9==============================
# CHANGE THESE VALUES IF NEEDED
# The name for the squeezelite player, do not use spaces (default the hostname
# will be used):
SL_NAME="SqueezeGarage"
# Note: "Framboos" is Dutch for Raspberry... :-)
# ----- SOUNDCARD -----
# Set the soundcard
SL_SOUNDCARD="sysdefault:CARD=sndrpihifiberry"
SL_ALSA_PARAMS="80"
#
# For Logilink USB soundcard UA0053, use:
#SL_SOUNDCARD="front:CARD=Set,DEV=0"
#
# For Behringer UCA 202 USB soundcard, use:
#SL_SOUNDCARD="front:CARD=CODEC,DEV=0"
#
# For alsaequal, use:
#SL_SOUNDCARD="equal"
# ----- MAC ADDRESS -----
# Uncomment the next line (remove hash) if you want to change the mac address (-m option):
#SL_MAC_ADDRESS="00:00:00:00:00:01"
# Note: when left commented squeezelite will use the mac address of your ethernet card or
# wifi adapter, which is what you want.
# If you change it to something different, it will give problems if you use mysqueezebox.com .
# ----- SERVER IP ADDRESS -----
# Uncomment the next line (remove hash) if you want to point squeezelite
# at the IP address of your squeezebox server (-s option). And change the IP address of course..
SB_SERVER_IP="192.168.10.1"
# Note: if this is not set, Squeezelite will use auto discovery to find
# the LMS server, which works fine too.
#
# For the standalone LMS server tutorial, use:
#SB_SERVER_IP="127.0.0.1"
# ----- AUTO PLAY -----
# Uncomment the next line if you want squeezelite to start playing on startup. BE AWARE: If you use this, you
# should also uncomment and fill-in SB_SERVER_IP (see above). Otherwise this will not work.
#SL_AUTO_PLAY="Yes"
# Uncomment next if you want to auto play a certain favorite, only (a unique) part of the favorite's name is sufficient.
#SL_AUTO_PLAY_FAV="3FM"
# Uncomment next if you want to auto play with a certain volume, use a value from 0 to 100.
#SL_AUTO_PLAY_VOLUME="45"
# ----- MISC SETTINGS -----
# Uncomment the next line (remove hash) if you want to set ALSA parameters (-a option, set to buffer size 80).
# format: <b>:<p>:<f>:<m>, b = buffer time in ms or size in bytes, p = period count or size in bytes, f sample format (16|24|24_3|32), m = use mmap (0|1)
#SL_ALSA_PARAMS="80:::0"
# Uncomment the next TWO lines to turn on logging (-f and -d option):
#SL_LOGFILE="/var/log/squeezelite.log"
#SL_LOGLEVEL="all=debug"
# Uncomment the next line if you want to start the squeezelite daemon with a specific user.
#SL_USER="pi"
# Uncomment the next line if you want to start the squeezelite daemon with a specific working directory
#SL_WORKING_DIR="/home/pi"
# Uncomment and change the next line if you want to use a different squeezelite version.
#SL_DOWNLOAD_URL="url to squeezelite zip file"
#
# NOTE: Dowload url should be for a zip file named "squeezelite-armv6hf.tar.gz", the zip file must contain a squeezelite executable named "squeezelite".
#
# If you want to use different squeezelite options, not set by this script, use the next line:
#SL_ADDITIONAL_OPTIONS=""
--------------------
Grüße
Dirk
------------------------------------------------------------------------
dersch's Profile: http://forums.slimdevices.com/member.php?userid=67278
View this thread: http://forums.slimdevices.com/showthread.php?t=109595