Skip to content

Commit 46e9956

Browse files
committed
fix: Fix OLED deck audio and stuttering audio on some desktops
1 parent 44380ba commit 46e9956

File tree

1 file changed

+10
-0
lines changed
  • system_files/desktop/shared/usr/share/pipewire/pipewire-pulse.conf.d

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pulse.rules = [
2+
{
3+
matches = [ { application.process.binary = "wine64-preloader" } ]
4+
actions = {
5+
update-props = {
6+
pulse.min.quantum = 1024/48000
7+
}
8+
}
9+
}
10+
]

0 commit comments

Comments
 (0)