aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-07 11:19:56 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-07 11:19:56 +0200
commit2b79e5a588bf54a47152cfca0739aae2065e7a02 (patch)
treea59cad049f73dcbd7d7213cd7ff53b9079b037a7
parentcdbe0f501a2ed6a1c59343b5f688ec6d72c38307 (diff)
switched NOTE to TODO in herra's audio config
-rw-r--r--hosts/herra/audio.nix2
1 files changed, 1 insertions, 1 deletions
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;