Squeezelite Player: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Geli (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „==Squeezelite Player installieren== http://www.winko-erades.nl/index.php?option=com_content&view=article&id=54:installing-squeezelite-player-on-a-raspberry-pi-…“) |
(kein Unterschied)
|
Aktuelle Version vom 12. März 2017, 13:45 Uhr
Squeezelite Player installieren
$ sudo apt-get install squeezelite $ sudo apt-get install libflac-dev
Edit the squeezelite config file to prevent crackles from sound
The Raspberry Pi is not the fastest computer around, so you need to help it a bit. You can help your Pi by increasing the ALSA buffer size.
$ sudo nano /etc/default/squeezelite
Edit following line:
# SB_EXTRA_ARGS=""
and change it into (be aware of losing the hashtag!):
SB_EXTRA_ARGS="-a 180"
Beim Betrieb ohne LAN findet der Player den Server nicht. Daher muss noch folgender Eintrag vorgenommen werden (Steuerung über den Access Point. IP-Adresse des Access Points).
SB_SERVER_IP="172.24.1.1"
Adjust the sound volume of your Raspberry Pi
Make sure you have the right audio volume level on your Raspberry Pi. Ensure that the playback level has zero gain => PCM [db gain: 0.00]. Tweak the gain-level by using the arrow keys up and down, in the end you will reach the zero db gain :-)
$ alsamixer
You can now reboot your Raspberry Pi.