Skip to content

Commit

Permalink
fix: drop Pipewire config
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Mar 6, 2024
1 parent 815e4b3 commit 9bddfe2
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions nixos/modules/desktops.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,30 +61,5 @@ in {
new-releases
];
};

# Pipewire configuration
services.pipewire.extraConfig.pipewire = {
# Allow pipewire to dynamically adjust the rate sent to the devices based on the playback stream
"pipewire/pipewire.conf.d/99-allowed-rates.conf" = {
"context.properties.default.clock.allowed-rates" = [
44100
48000
88200
96000
176400
192000
];
};
# If resampling is required, use a higher quality. 15 is overkill and too cpu expensive without any obvious audible advantage
"pipewire/pipewire-pulse.conf.d/99-resample.conf" = {
"stream.properties.resample.quality" = 10;
};
"pipewire/client.conf.d/99-resample.conf" = {
"stream.properties.resample.quality" = 10;
};
"pipewire/client-rt.conf.d/99-resample.conf" = {
"stream.properties.resample.quality" = 10;
};
};
};
}

0 comments on commit 9bddfe2

Please sign in to comment.