If you use SqueezePlay and don't mind having it potentially break on you a bit, I'd like people to try out a new release I have ready.
It's basically identical to the version currently available, except it should work with PulseAudio. It's also compiled with the very latest PortAudio, now that a bug with their build has been fixed.
I'm trying to find out:
- 1. If audio still works for everyone.
2. If audio works without failing over long periods (running >6 hours).- This is the old 'disappearing audio' trick that was worked around by making an /etc/asound.conf file.
4. If simultaneous audio from different applications works.
How To Help
Just install the new version and use it normally, then post back in this thread on how the above 4 points have been for you. I could do with volunteers using the native OS as well as the USB-stick alternatives.
To help using the Native OS:
1. Remove Previous Version
Code: Select all
cd /media
./sqp.sh remove native
Code: Select all
cd /media
wget http://birdslikewires.co.uk/download/joggler/squeezeplay/sqp9411.sh
mv sqp9411.sh sqp.sh
chmod +x sqp.sh
./sqp install native
1a. Remove Previous Version (If you installed by hand)
Code: Select all
cd /opt
sudo -s
bash ./sqp.sh remove ubuntu
exit
Code: Select all
sudo dpkg --remove squeezeplay
Code: Select all
sudo -s
mkdir /opt; cd /opt
wget http://birdslikewires.co.uk/download/joggler/squeezeplay/sqp9411.sh
mv sqp9411.sh sqp.sh
chmod +x sqp.sh
bash ./sqp install ubuntu
exit
Code: Select all
sudo mv /etc/asound.conf /etc/asound-moved.conf
Code: Select all
sudo mv /etc/asound-moved.conf /etc/asound.conf
I understand that this request probably isn't one for those without a bit of Linux confidence, but it's much appreciated if you could spare some time.
