Skype on my ubuntu 13.10 had issues with sound and I was not able to make or receive calls. The pulse audio would just give out a blaring sound when i started the skype app or when i tried to make or receive calls. Fiddling with the sound settings got nowhere, so i started googling and the below update fixed this issue!
====
sudo sed -i 's/^Exec=.*/Exec=env PULSE_LATENCY_MSEC=30 skype %U/' /usr/share/applications/skype.desktop
====
sudo sed -i 's/^Exec=.*/Exec=env PULSE_LATENCY_MSEC=30 skype %U/' /usr/share/applications/skype.desktop
====
thanks webupd8.org!
Comments