mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-18 04:10:16 +00:00
chore: Reduce wine audio buffer to 128/48000
This commit is contained in:
parent
8fccc160f0
commit
27994170b0
@ -6,8 +6,8 @@ pulse.rules = [
|
||||
]
|
||||
actions = {
|
||||
update-props = {
|
||||
pulse.min.req = 1024/48000
|
||||
pulse.min.quantum = 1024/48000
|
||||
pulse.min.req = 128/48000
|
||||
pulse.min.quantum = 128/48000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user