From 5ee7be95345b4096b5ce99537083116c40de4e03 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 3 Feb 2023 09:11:08 +0100 Subject: [PATCH] conf: revert to 32 min-quantum ae077a4967b468e0880ef56c4de74b5c1d9ccc59 accidentally changed the default min-quantum to 16, revert it back to 32 because 16 is really low. See #2791 --- src/daemon/pipewire.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in index 8e8bcc59d..7d5efae2f 100644 --- a/src/daemon/pipewire.conf.in +++ b/src/daemon/pipewire.conf.in @@ -29,7 +29,7 @@ context.properties = { #default.clock.rate = 48000 #default.clock.allowed-rates = [ 48000 ] #default.clock.quantum = 1024 - default.clock.min-quantum = 16 + #default.clock.min-quantum = 32 #default.clock.max-quantum = 2048 #default.clock.quantum-limit = 8192 #default.video.width = 640