diff options
| author | Preston Pan <ret2pop@gmail.com> | 2026-01-30 20:50:09 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2026-01-30 20:50:09 -0800 |
| commit | 6de29052077fa51ccaa452ad7432dd64dc806bd2 (patch) | |
| tree | 5650c92cc82262941c183d782e517c13d1c488d2 /nix/modules/pipewire.nix | |
| parent | d43c1e768c0102387a7c1167b476bb0af2d21987 (diff) | |
add more stuff to my monorepo
Diffstat (limited to 'nix/modules/pipewire.nix')
| -rw-r--r-- | nix/modules/pipewire.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/modules/pipewire.nix b/nix/modules/pipewire.nix index 1ed2082..4ca3610 100644 --- a/nix/modules/pipewire.nix +++ b/nix/modules/pipewire.nix @@ -13,9 +13,9 @@ pipewire."92-low-latency" = { "context.properties" = { "default.clock.rate" = 48000; - "default.clock.quantum" = 256; - "default.clock.min-quantum" = 32; - "default.clock.max-quantum" = 512; + "default.clock.quantum" = 512; + "default.clock.min-quantum" = 512; + "default.clock.max-quantum" = 1024; }; pipewire-pulse."92-low-latency" = { "context.properties" = [ |
