From Fedora Project Wiki

Revision as of 18:24, 24 July 2009 by Beland (talk | contribs) (adapt section "Playback problems" from release notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Playback problems

The PulseAudio sound server was rewritten for Fedora 10 to use timer-based audio scheduling instead of the traditional interrupt-driven approach. Timer-based scheduling may expose issues in some ALSA drivers, often resulting in skipping audio.

If you are experiencing playback problems, try the following workaround, which turns off timer-based scheduling.

Replace the line:

load-module module-hal-detect

in /etc/pulse/default.pa with:

load-module module-hal-detect tsched=0

Please file a bug report, and note whether or not the workaround fixes the problem.