From 764268265e37bf284c08d1ef1686aee5334811e0 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 1 Feb 2024 20:45:40 -0600 Subject: Set pipewire default clock rate to 44100 This is the sample rate most media is at, to my understanding, so it makes more sense to use this as the default. --- pipewire/pipewire.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pipewire/pipewire.conf') diff --git a/pipewire/pipewire.conf b/pipewire/pipewire.conf index a241aca..cf3f973 100644 --- a/pipewire/pipewire.conf +++ b/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 88200 96000 176400 192000 ] default.clock.quantum = 256 default.clock.min-quantum = 32 -- cgit v1.2.3