Strange noise in Audio
A few months ago it started the first time when I was listening to music using my headphones: The sound started to be noisily blurred, sounding like an old broken radio with bad connection.
I blamed the headphones but it came up a few days later again. After switching to regular speakers it gave me the very same result. Strangely metallic blurred sound.
Doing some research didn't bring any useful result but I assumed it might be a software-issue as I assume it's a different thing if I output my sounds via the jack or the speakers. Also as a new HD was planned to purchase this problem should disappear by itself when I install a new Ubuntu (Mate).
Right now it just came up again. I checked dmesg
but there was nothing of relevance. I played some other music using a different player to see whether or not the issue will persist. Two minutes after going on with that noise everything is went to normal.
What could that be?
pactl list
and pactl list
both give reasonable outputs (if it helps I can add thatinformation)
I have tried to find the solution to the same problem, and for me it happens when firefox is open (sometimes), and closing Firefox solves the problem temporarily.
I wish I had more concrete info than this, but it might help someone else temporarily too, until a permanent fix is found.
More info: pulseaudio -k
is another way to solve the problem temporarily, it will most likely stop videos played in browsers and the such so that refresh will be necessary. For some setups it might be a better solution than closing down the whole browser.
Working solution: (Edit: changed this to working solution as it has been over a week with no recurrence of this problem on 3 different machines)
Stumbled upon another answer.
In this case (As my system is of a higher version) we change
load-module module-udev-detect
to
load-module module-udev-detect tsched=0
in the file /etc/pulse/default.pa
and then restart pulseaudio or our system. This has been working for about 3 days so far (From having the problem many times per days).
Documentation on tsched setting :
Since 0.9.11. Use system-timer based model (aka glitch-free). Defaults to 1 (enabled). If your hardware does not return accurate timing information (e.g. Creative sound cards) you can try to set tsched=0 to enable the interupt based timing which was used in 0.9.10 and before.