all repos — nixfiles @ 80861cf44181730c4cd465c2c22785e55ee37d50

System and user configuration, managed by nix and home-manager

audio: switch device sample rate if not mixing
Alan Pearce alan@alanpearce.eu
Mon, 03 May 2021 14:45:42 +0200
commit

80861cf44181730c4cd465c2c22785e55ee37d50

parent

43b819c4ac74ae6d0a76231ca912a5dc7edf3273

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M system/settings/hardware/audio.nixsystem/settings/hardware/audio.nix
@@ -5,6 +5,7 @@ enable = true;     support32Bit = true;
     daemon.config = {
       flat-volumes = "no";
+      avoid-resampling = "yes";
     };
     package = if config.hardware.bluetooth.enable
       then pkgs.pulseaudioFull