From 65e9bc33d1110afbb117276b969e3d193ddd0c64 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 9 Jun 2025 02:02:39 +0200 Subject: [PATCH] bugfix --- etc/pipewire/pipewire.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pipewire/pipewire.conf b/etc/pipewire/pipewire.conf index de8243c..6bd76fd 100644 --- a/etc/pipewire/pipewire.conf +++ b/etc/pipewire/pipewire.conf @@ -44,7 +44,7 @@ context.properties = { default.clock.allowed-rates = [ 48000 ] default.clock.quantum = 1024 default.clock.min-quantum = 16 - efault.clock.max-quantum = 2048 + default.clock.max-quantum = 2048 default.clock.quantum-limit = 8192 default.clock.quantum-floor = 4 default.video.width = 1280 -- 2.39.5