I've experienced plenty of problems with Pulseaudio and Skype output sound hell crappy. This stupid proprietary program Skype is a total crap … Anyways again thanks to ArchLinux's wiki, I've used the two mentioned steps to fix all this Skype in / out problems …
1. Fix problems with Glitches, voice skips and crackling In file /etc/pulse/default.pa its necessery to substitute the line;
load-module module-udev-detect
with
load-module module-udev-detect tsched=0
2. Resolve Choppy sound in (Pulseaudio) -> Skype
In /etc/pulse/daemon.conf two lines has to be also substituted:
; default-sample-rate = 44100
Should become;
default-sample-rate = 48000
3. Change /etc/default/pulseaudio to allow dynamic module loading
It is a good idea to the default settings from DISALLOW_MODULE_LOADING=1 to DISALLOW_MODULE_LOADING=0 .This step is not required and I'm not sure if it has some influence on solving sound in / out problems with Skype but I believe it can be helpful in some cases..
So in /etc/default/pulseaudio Substitute:
DISALLOW_MODULE_LOADING=1
to;
DISALLOW_MODULE_LOADING=0
4. Restart PulseAudio server
After the line is changed and substituted a restart of PulseAudio is required. For PulseAudio server restart a gnome session logout is necessery. Just LogOff logged Gnome user and issue cmd:
debian:~# pkill pulseaudio
This will kill any left pulseaudio server previous instances.
Related Posts
Tags: ArchLinux, Auto, Choppy, choppy sound, conf, crackling, crap, crappy, debian gnu, default settings, Draft, file, Glitches, Gnome, gnome user, hell, idea, influence, instances, issue, line, Linux, loading, logout, Module, nbsp, necessery, pkill, plenty, proprietary program, pulse, resolve, Skype, sound glitches, substitute, udev, voice, wiki




on 
One other thing, that is said to help to microphone have a reduction of noise is muting the Microphone boost using:
$ alsamixer
I’ve disabled it myself, but I’m not sure if mic input is better now. It could be helpful only tome sound cards.
Thank you… worked like a charm on Debian Sid.
thanks! … it worked on Skype 4.0 on Linux Mint 13 (Ubuntu precise should work also)
I’m glad it helped. Also problem seems to be solved on Xubuntu 12.04. I will be glad to hear if it works on other distros too.
Thanks, worked!
[...] Arch LinuxのPulseAudioのページ Debian GNU/Linuxでのこの問題の修正方法の記事 [...]
[...] Fuente: Walking in Light with Christ – Faith, Computing, Diary [...]
Worked for me in Fedora 17 but seems to cause problems with audio in flash (at least on videos in google chrome :s )
thx man
Just the second option and everything is fine, if I do the the steps of the first option I have problems with flash videos
nice post.added to my bookmarks cheers!
Thank you so much, this worked like a charm