Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit 0dec670d37 - Show all commits

View file

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