don’t do 384kHz on laptop
This commit is contained in:
parent
851985ee16
commit
86bffe5cd0
2 changed files with 12 additions and 12 deletions
|
@ -207,4 +207,16 @@
|
|||
"ca-derivations"
|
||||
];
|
||||
networking.firewall.allowedTCPPorts = [ 58913 ];
|
||||
services.pipewire.config.pipewire."context.properties"."default.clock.rate" = 384000;
|
||||
services.pipewire.config.pipewire."context.properties"."default.clock.allowed-rates" = [
|
||||
44100
|
||||
48000
|
||||
88200
|
||||
96000
|
||||
176400
|
||||
192000
|
||||
352800
|
||||
384000
|
||||
];
|
||||
services.pipewire.config.pipewire."context.properties"."default.clock.quantum" = 8192;
|
||||
}
|
||||
|
|
|
@ -18,18 +18,6 @@
|
|||
{ domain = "@audio"; item = "nofile"; type = "soft"; value = "99999"; }
|
||||
{ domain = "@audio"; item = "nofile"; type = "hard"; value = "99999"; }
|
||||
];
|
||||
services.pipewire.config.pipewire."context.properties"."default.clock.rate" = 384000;
|
||||
services.pipewire.config.pipewire."context.properties"."default.clock.allowed-rates" = [
|
||||
44100
|
||||
48000
|
||||
88200
|
||||
96000
|
||||
176400
|
||||
192000
|
||||
352800
|
||||
384000
|
||||
];
|
||||
services.pipewire.config.pipewire."context.properties"."default.clock.quantum" = 8192;
|
||||
services.pipewire.config.pipewire-pulse = {
|
||||
"pusle.rules" = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue