My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "[systems.zaphod] pipewire: configure for low latency"

This reverts commit 8de7fbf3f5442974dcf56925a318d25005f43058.

Pyrox 8b7e89ac b5355522

-29
-29
systems/x86_64-linux/zaphod/services/pipewire.nix
··· 7 7 jack.enable = true; 8 8 pulse.enable = true; 9 9 wireplumber.enable = true; 10 - extraConfig = { 11 - pipewire."92-low-latency" = { 12 - "context.properties" = { 13 - "default.clock.rate" = 48000; 14 - "default.clock.quantum" = 32; 15 - "default.clock.min-quantum" = 32; 16 - "default.clock.max-quantum" = 32; 17 - }; 18 - }; 19 - pipewire-pulse."92-low-latency" = { 20 - "context.properties" = [ 21 - { 22 - name = "libpipewire-module-protocol-pulse"; 23 - args = { }; 24 - } 25 - ]; 26 - "pulse.properties" = { 27 - "pulse.min.req" = "32/48000"; 28 - "pulse.default.req" = "32/48000"; 29 - "pulse.max.req" = "32/48000"; 30 - "pulse.min.quantum" = "32/48000"; 31 - "pulse.max.quantum" = "32/48000"; 32 - }; 33 - "stream.properties" = { 34 - "node.latency" = "32/48000"; 35 - "resample.quality" = 1; 36 - }; 37 - }; 38 - }; 39 10 }; 40 11 security.rtkit.enable = true; 41 12 }