I always used to use instructions from here when I started

http://http://www.gerrelt.nl/RaspberryPi/wordpress/tutorial-installing-squeezelite-player-on-raspbian/

Lately, if I use a Raspberry pi OS (or Ubuntu on a rpi or Linux Mint on
an old Shuttle) I use either the package manager or 

Code:
--------------------
    
  sudo apt install squeezelite
--------------------


This gives the squeezelite config file at


Code:
--------------------
    sudo nano /etc/default/squeezelite
--------------------


I use 


Code:
--------------------
    sudo /etc/init.d/squeezelite restart
--------------------


after making initial and subsequent changes.

To update I run (paste in a block) and just change the version number


Code:
--------------------
    sudo /etc/init.d/squeezelite stop
  wget -O squeezelite.tgz 
https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-1.9.9.1386-armhf.tar.gz
  sudo tar -C /usr/bin -zxvf squeezelite.tgz
  sudo chmod a+x /usr/bin/squeezelite
  sudo /etc/init.d/squeezelite start
--------------------



#If running with no sound, repeat

Code:
--------------------
    sudo /etc/init.d/squeezelite restart
--------------------


The rpi headphone output has never been stellar, just adequate, imo.

Adding


Code:
--------------------
    audio_pwm_mode=2
--------------------


was the result of the rpi foundation trying to improve the driver, and I
think is now a default setting

After a long search I have found the thread

https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=195178

I have an iQaudio hat with a built in headphone output which is very
respectable :)

ronnie


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=112503

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to