Δημοσιεύτηκε: 04 Μαρ 2013, 23:00
Το πρόβλημα σε μένα λύθηκε με το να εγκαταστήσω τον Alsa-mixer (for Gnome) ή το Pulse Audio Mixer Control και παίζοντας λίγο με τις ρυθμίσεις...
Μία άλλη λύση είναι να απενεργοποιήσουμε το Pulse Audio σύμφωνα με τα παρακάτω :
Μία άλλη λύση είναι να απενεργοποιήσουμε το Pulse Audio σύμφωνα με τα παρακάτω :
έγραψε:
Disabling PulseAudio's Glitch Free Audio seems to have solved the crackling for me (which became unbearable on Ubuntu 12.10 Beta 2)
To do this, edit the /etc/pulse/default.pa file in your favourite text editor.
Search for the following line:
load-module module-hal-detect
and append "tsched=0" to the end:
load-module module-hal-detect tsched=0
restart pulse (or just reboot your system), and the crackling should be gone.
Not sure what the side effects are by disabling Glitch Free Audio, but I can't seem to find any yet.
UPDATE: If you don't have a line with load-module module-hal-detect, then search for following line:
load-module module-udev-detect
and append "tsched=0" to the end:
load-module module-udev-detect tsched=0
restart pulse (or just reboot your system), and the crackling should be gone.