Audiophile pulseaudio settings.

This commit is contained in:
Gabriel Ebner 2020-07-07 22:14:39 +02:00
parent 103f5c3758
commit e1b97efdb2
1 changed files with 4 additions and 0 deletions

4
i3.nix
View File

@ -151,6 +151,10 @@
zeroconf.discovery.enable = true;
daemon.config = {
flat-volumes = "no";
avoid-resampling = "yes";
resample-method = "speex-float-10";
default-sample-format = "s32le";
default-sample-rate = "96000";
};
package = pkgs.pulseaudioFull;
extraModules = [ pkgs.pulseaudio-modules-bt ];