Skip to content

Commit

Permalink
fix: remove sched=(fifo)49 from sound-server assignments (#118)
Browse files Browse the repository at this point in the history
It seems like realtime priorities were not being set properly with the
existing configuration setting, which causes audio underruns and
audible glitches.

Co-authored-by: Grant Shoshin Shangreaux <shoshin@cicadas.surf>
  • Loading branch information
gcentauri and Grant Shoshin Shangreaux authored Aug 22, 2024
1 parent 6d5e90a commit 17aef89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/config.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ process-scheduler enable=true {
// Preset process assignment profiles
assignments {
// Prevent crackling and distortion from the sound server
sound-server nice=-15 sched=(fifo)49 io=(realtime)0 {
sound-server nice=-15 io=(realtime)0 {
"/usr/bin/pipewire"
"/usr/bin/pipewire-pulse"
"/usr/bin/jackd"
Expand Down

0 comments on commit 17aef89

Please # to comment.