refactor(nixos/orion): specify pipewire clock settings
This commit is contained in:
parent
d274fce1af
commit
02ec4d49f0
@ -5,5 +5,26 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
extraConfig.pipewire."90-default-clock" = {
|
||||||
|
"context.properties" = {
|
||||||
|
"default.clock" = {
|
||||||
|
"allowed-rates" = [
|
||||||
|
44100
|
||||||
|
48000
|
||||||
|
88200
|
||||||
|
96000
|
||||||
|
176400
|
||||||
|
192000
|
||||||
|
352800
|
||||||
|
384000
|
||||||
|
705600
|
||||||
|
768000
|
||||||
|
];
|
||||||
|
"quantum" = 32;
|
||||||
|
"min-quantum" = 32;
|
||||||
|
"max-quantum" = 1024;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user