forked from poz/niksos
fix(pipewire): set quantum to 256
going back to 256 this seems to work the best
This commit is contained in:
parent
4da92aaf60
commit
d2cc257995
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
environment.etc = let
|
||||
json = pkgs.formats.json {};
|
||||
rate = "48000";
|
||||
quantum = "128";
|
||||
quantum = "256";
|
||||
in {
|
||||
"pipewire/pipewire.conf.d/92-low-latency.conf".text = ''
|
||||
context.properties = {
|
||||
|
|
Loading…
Reference in a new issue