Found a fix at this link
Distorted sound or no sound at all in Skype can be fixed by modifying file
Find line with
and change it to
Distorted sound or no sound at all in Skype can be fixed by modifying file
/etc/pulse/default.pa
sudo mousepad /etc/pulse/default.pa
Find line with
load-module module-udev-detect
and change it to
load-module module-udev-detect tsched
I changed it in 2 places. Commented out the old line. No need to restart the computer. Just quit and re-opened skype.
### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
#load-module module-udev-detect
load-module module-udev-detect tsched=0
.else
### Use the static hardware detection module (for systems that lack udev support)
#load-module module-detect
load-module module-udev-detect tsched=0
.endif
No comments:
Post a Comment