mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-18 13:18:40 +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 = {
|
actions = {
|
||||||
update-props = {
|
update-props = {
|
||||||
pulse.min.req = 1024/48000
|
pulse.min.req = 128/48000
|
||||||
pulse.min.quantum = 1024/48000
|
pulse.min.quantum = 128/48000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user