mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: remove resampling quality overrides since defaults are already good
This commit is contained in:
parent
54e158d079
commit
b705d8266f
1 changed files with 1 additions and 10 deletions
|
@ -10,6 +10,7 @@
|
|||
# > pw-top
|
||||
# Show actual used playback stream settings
|
||||
# > cat /proc/asound/card*/pcm*p/sub*/hw_params
|
||||
# Compare resamplers on: https://src.infinitewave.ca/
|
||||
|
||||
sound.enable = false; # ALSA
|
||||
hardware.pulseaudio.enable = lib.mkForce false;
|
||||
|
@ -35,15 +36,5 @@
|
|||
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".text = builtins.toJSON {
|
||||
"stream.properties"."resample.quality" = 10;
|
||||
};
|
||||
"pipewire/client.conf.d/99-resample.conf".text = builtins.toJSON {
|
||||
"stream.properties"."resample.quality" = 10;
|
||||
};
|
||||
"pipewire/client-rt.conf.d/99-resample.conf".text = builtins.toJSON {
|
||||
"stream.properties"."resample.quality" = 10;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue