From 3a643a6b8256a97219734c613b325258ed6e455e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 9 Oct 2023 17:50:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(pipewire):=20changed=20sampl?= =?UTF-8?q?e=20rate=20to=2044100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit there was some weird issues with recording --- .config/pipewire/pipewire.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/pipewire/pipewire.conf b/.config/pipewire/pipewire.conf index dcc441a2..e3c2ead4 100644 --- a/.config/pipewire/pipewire.conf +++ b/.config/pipewire/pipewire.conf @@ -26,7 +26,7 @@ context.properties = { core.name = pipewire-0 # core name and socket name ## Properties for the DSP configuration. - default.clock.rate = 48000 + default.clock.rate = 44100 default.clock.allowed-rates = [ 44100 48000 ] default.clock.quantum = 1024 default.clock.min-quantum = 16