Skip to content

Instantly share code, notes, and snippets.

@TimRots
Created February 11, 2024 18:03
Show Gist options
  • Save TimRots/e80dfb50a43e33633df6fe06dbf46bb1 to your computer and use it in GitHub Desktop.
Save TimRots/e80dfb50a43e33633df6fe06dbf46bb1 to your computer and use it in GitHub Desktop.
fix pulseaudio glitching by disabling Timer-based scheduling

fix pulseaudio glitching by disabling Timer-based scheduling in /etc/pulse/default.pa

--- default.pa.orig	2024-02-11 18:51:15.415275039 +0100
+++ default.pa	2024-02-06 22:10:08.861560607 +0100
@@ -49,7 +49,7 @@

 ### 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment