Skip to content

Commit

Permalink
Further adjustments to audio
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jun 22, 2024
1 parent 4e07c3d commit 2aee0f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions data/config.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,17 @@ process-scheduler enable=true {
sound-server nice=-19 sched=(fifo)89 io=(realtime)0 {
"/usr/bin/pipewire"
"/usr/bin/pipewire-pulse"
"/usr/bin/pipewire-avb"
"/usr/bin/pipewire-aes67"
"/usr/bin/pipewire-vulkan"
"/usr/bin/jackd"
"/usr/bin/pw-jack"
"/usr/bin/wireplumber"
}

// Applications that directly interface with pipewire to affect the output
sound-processing nice=-19 sched=(fifo)89 io=(realtime)0

// Applications with realtime audio processing needs
recording nice=-9 io=(best-effort)0

Expand Down
7 changes: 5 additions & 2 deletions data/rhel.kdl
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
assignments {
recording {
amsynth
sound-processing {
easyeffects
jamesdsp
}

recording {
amsynth
jitsi
mumble
obs
Expand Down

0 comments on commit 2aee0f2

Please sign in to comment.