You are not logged in.

#1 2014-05-25 07:31:03

aligator
Member
Registered: 2013-10-07
Posts: 75

[solved] bad sound with pulse

hi
since I updated my system last time, I hav a problem with my sound.
I use alsa with pulseaudio.

The problem is that skype has a very bad sound or sometimes no sound at all.
But I discovered a fix:
If I change in /etc/pulse/default.pa the line

load-module module-udev-detect
to
load-module module-udev-detect tsched=0

skype works, but most other aplications do not.


I have no idea which update causes this problem.
It can be any update from the last two weeks...

Can someone help me?

aligator

Last edited by aligator (2014-05-25 17:14:51)

Offline

#2 2014-05-25 10:37:12

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: [solved] bad sound with pulse

Skype has a problem with proper low-latency pulse resampling remove the tsched=0 again, edit your /usr/bin/skype script with an editor with root rights and prepend:

PULSE_LATENCY_MSEC=60

to the exec line. This workaround was included in earlier releases of the packages but was removed since the exact value/necessity is highly specific to one's system. This was mentioned in the post-install message however, which you should always make sure to read.

Offline

#3 2014-05-25 17:14:03

aligator
Member
Registered: 2013-10-07
Posts: 75

Re: [solved] bad sound with pulse

Great!
Now it works. Thank you.

Offline

Board footer

Powered by FluxBB