bruhhhhhhhhhhhhhhh

This commit is contained in:
caem 2025-01-28 20:25:12 +01:00
parent 8a6c5820bc
commit 0dec670d37
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -15,11 +15,11 @@
# Reduce latency
# https://wiki.nixos.org/wiki/PipeWire#Low-latency_setup
extraConfig = let
rate = 48000;
rate = builtins.toString 48000;
# The default value in the wiki is 32 but might result in crackling audio.
# If you get audio crackling try increasing this value until it's gone.
quantum = 32;
quantum = builtins.toString 32;
in {
pipewire."92-low-latency" = {
"context.properties" = {