Comment 24 for bug 825709

Revision history for this message
David Henningsson (diwic) wrote : Re: Choppy sound due to excessive rewinding on low-end (Atom) CPUs

@Lucazade, Either use debian packages, something like:

apt-get source pulseaudio
cd <pulseaudio dir>
quilt push -a
quilt import <patch name>
quilt push
dch -i
dpkg-buildpackage -b
sudo dpkg -i <debian packages>

or use upstream stuff:

http://colin.guthr.ie/2010/09/compiling-and-running-pulseaudio-from-git/

Could you send a PulseAudio log with the patch applied (see http://wiki.ubuntu.com/PulseAudio/Log if you run the debian package)? Would be interesting to see if the sleep actually triggers or not.