diff options
author | Alan Pearce | 2021-05-03 14:45:42 +0200 |
---|---|---|
committer | Alan Pearce | 2021-05-03 14:45:42 +0200 |
commit | 80861cf44181730c4cd465c2c22785e55ee37d50 (patch) | |
tree | ce98fcd52f825340a2cc9dcff133702144b02dc8 | |
parent | 43b819c4ac74ae6d0a76231ca912a5dc7edf3273 (diff) | |
download | nixfiles-80861cf44181730c4cd465c2c22785e55ee37d50.tar.lz nixfiles-80861cf44181730c4cd465c2c22785e55ee37d50.tar.zst nixfiles-80861cf44181730c4cd465c2c22785e55ee37d50.zip |
audio: switch device sample rate if not mixing
-rw-r--r-- | system/settings/hardware/audio.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |