I updated to the latest version of Raspbian last night because of this and this morning when i tried to listen to anything it outputs so much static as to be utterly unintelligible. And I m talking about more than just the standard terrible sound from the 3.5mm it is like this on the HDMI as well and i have never had such poor quality from either.
But what is weird is sonic pi works fine and still sounds amazing but the YouTube sound sucks.
So what changed in Raspbian between 13th May 2016 at 9:15 am, https://www.raspberrypi.org/blog/another-update-raspbian/ and sometime around June 3rd so as to utterly wreak sound? Because i am pretty certain that I did nothing to break this myself and it worked quite well before i updated 1 and it is now terrible
Doesn't matter which pi I use (I have tried 3 and a 2) so it must be a problem with the OS and the only change that took place between the time it worked and the time it didn't work was it updating. Most videos work but an example of one that doesn't is weird al polka
1: I was listening to music on YouTube as it was doing its thing
aplay /usr/share/scratch/Media/Sounds/Instruments/GuitarStrum.wav
to play music and it sounds fine so it might just be youtube and i am definitely on WiFi because i am commenting from my pi – sir_ian Jun 22 '16 at 18:47systemctl list-units | grep pulse
to see if pulseaudio is being used. You could then try turning that off (systemctl stop ______
, where _____ is probablypulseaudio
) and if that fixes things,systemctl disable pulseaudio
. – goldilocks Jun 22 '16 at 19:11