diff --git a/modules/guitar.nix b/modules/guitar.nix index 34699d2..8b89d93 100644 --- a/modules/guitar.nix +++ b/modules/guitar.nix @@ -12,6 +12,7 @@ extraConfig.pipewire."92-low-latency" = { "context.properties" = { "default.clock.rate" = 48000; + "default.clock.allowed-rates" = [ 44100 48000 88200 96000 176400 192000 ]; "default.clock.quantum" = 128; "default.clock.min-quantum" = 64; "default.clock.max-quantum" = 512;