chore: Reduce wine audio buffer to 128/48000

This commit is contained in:
Kyle Gospodnetich 2023-12-27 15:22:40 -08:00 committed by GitHub
parent 8fccc160f0
commit 27994170b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
} }
} }
} }