Reformat pulse config
This commit is contained in:
parent
97883d14bf
commit
9a045ce323
|
@ -2,14 +2,16 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio = {
|
||||||
hardware.pulseaudio.package = pkgs.pulseaudioFull;
|
enable = true;
|
||||||
hardware.pulseaudio.daemon.config = {
|
package = pkgs.pulseaudioFull;
|
||||||
"default-sample-format" = "s16le";
|
daemon.config = {
|
||||||
"default-sample-rate" = "48000";
|
"default-sample-format" = "s16le";
|
||||||
"alternate-sample-rate" = "44100";
|
"default-sample-rate" = "48000";
|
||||||
"resample-method" = "soxr-hq";
|
"alternate-sample-rate" = "44100";
|
||||||
"flat-volumes" = "no";
|
"resample-method" = "soxr-hq";
|
||||||
|
"flat-volumes" = "no";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue