Skip to content

Commit

Permalink
pipewire fix 5
Browse files Browse the repository at this point in the history
  • Loading branch information
meirisoda committed Feb 3, 2024
1 parent 4d2f856 commit 310e627
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions configuration/hardware/sound.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,14 @@

{
sound.enable = true;
# hardware.pulseaudio.enable = false;
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
audio.enable = true;
alsa.enable = true;
alsa.support32Bit = true;
# jack.enable = true;
jack.enable = true;
pulse.enable = true;
extraConfig.pipewire = {
"context.properties" = [
{
"link.max-buffers" = 64;
"log.level" = 2;
"default.clock.rate" = 48000;
"default.clock.quantum" = 1024;
"default.clock.min-quantum" = 32;
"default.clock.max-quantum" = 8192;
}
];
};
};
}

0 comments on commit 310e627

Please sign in to comment.