commit 60fbb824ea01c17584f9fdb63471cb11987d62ba parent 85690a6c1aeddd1973297ca4d52236dcc1409da3 Author: Chris <chris@echoz.io> Date: Mon, 22 Jun 2026 14:56:22 +0200 fix(pipewire): force ws to 44.1 kHz Diffstat:
| M | hosts/ws/pipewire.nix | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/hosts/ws/pipewire.nix b/hosts/ws/pipewire.nix @@ -3,6 +3,13 @@ ... }: { + services.pipewire.extraConfig.pipewire.default = { + "context.properties" = { + "default.clock.rate" = 44100; + "default.clock.allowed-rates" = [ 44100 ]; + }; + }; + services.pipewire.wireplumber.extraConfig = { general = { "wireplumber.settings" = {