Comment 107 for bug 190754

Revision history for this message
Krzysztof Kosinski (tweenk) wrote :

Another workaround: Put this in /etc/asound.conf

pcm.pulse {
        type pulse
}
ctl.pulse {
        type pulse
}
pcm.!default {
        type pulse
}
ctl.!default {
        type pulse
}

In System->Preferences->Sound, configure everything to use ALSA.
This completely eliminates the stutter for me. Additionally, this restores the ability to route sound over the network with GStreamer apps (bug #211016). This suggests that something may be wrong with GStreamer, not Pulse.