From 80861cf44181730c4cd465c2c22785e55ee37d50 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 3 May 2021 14:45:42 +0200 Subject: audio: switch device sample rate if not mixing --- system/settings/hardware/audio.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/settings/hardware/audio.nix b/system/settings/hardware/audio.nix index ed956919..b66f9d04 100644 --- a/system/settings/hardware/audio.nix +++ b/system/settings/hardware/audio.nix @@ -5,6 +5,7 @@ support32Bit = true; daemon.config = { flat-volumes = "no"; + avoid-resampling = "yes"; }; package = if config.hardware.bluetooth.enable then pkgs.pulseaudioFull -- cgit 1.4.1