From: Simon Ruderich Date: Mon, 15 Jul 2024 06:21:52 +0000 (+0200) Subject: multimedia: pipewire: prevent unnecessary resampling X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=caae605432fa6c64e5b612a527ce1193ecb8727e;p=config%2Fdotfiles.git multimedia: pipewire: prevent unnecessary resampling --- diff --git a/multimedia/pipewire/pipewire.conf.d/local.conf b/multimedia/pipewire/pipewire.conf.d/local.conf new file mode 100644 index 0000000..c6611d4 --- /dev/null +++ b/multimedia/pipewire/pipewire.conf.d/local.conf @@ -0,0 +1,10 @@ +# Extra configuration file for pipewire + +# SPDX-License-Identifier: GPL-3.0-or-later +# Copyright (C) 2024 Simon Ruderich + + +context.properties = { + # Use both 48k and 44.1k sample rates (this prevents resampling) + default.clock.allowed-rates = [ 48000, 44100 ], +}