From 2b79e5a588bf54a47152cfca0739aae2065e7a02 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 7 Apr 2026 11:19:56 +0200 Subject: switched NOTE to TODO in herra's audio config --- hosts/herra/audio.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/herra/audio.nix b/hosts/herra/audio.nix index 1afcc85..615bfc0 100644 --- a/hosts/herra/audio.nix +++ b/hosts/herra/audio.nix @@ -9,7 +9,7 @@ jack.enable = true; # Lower audio latency - # NOTE: Every setup is different, and a lot of factors determine your final latency, like CPU speed, RT/PREEMPTIVE kernels and soundcards supporting different audio formats. That's why 32/48000 isn't always a value that's going to work for everyone. The best way to get everything working is to keep increasing the quant value until you get no crackles (underruns) or until you get audio again (in case there wasn't any). This won't guarantee the lowest possible latency, but will provide a decent one paired with stable audio. + # TODO: Every setup is different, and a lot of factors determine your final latency, like CPU speed, RT/PREEMPTIVE kernels and soundcards supporting different audio formats. That's why 32/48000 isn't always a value that's going to work for everyone. The best way to get everything working is to keep increasing the quant value until you get no crackles (underruns) or until you get audio again (in case there wasn't any). This won't guarantee the lowest possible latency, but will provide a decent one paired with stable audio. extraConfig.pipewire."92-low-latency" = { "context.properties" = { "default.clock.rate" = 48000; -- cgit v1.2.3