no more crackling :-) and osu sounds good now

This commit is contained in:
jacekpoz 2023-07-30 01:19:46 +02:00
parent 3c92a458a6
commit 3b5e0bc86a

View file

@ -139,9 +139,9 @@ in
"pipewire/pipewire.conf.d/92-low-latency.conf".text = ''
context.properties = {
default.clock.rate = 48000
default.clock.quantum = 1024
default.clock.min-quantum = 1024
default.clock.max-quantum = 1024
default.clock.quantum = 64
default.clock.min-quantum = 64
default.clock.max-quantum = 64
}
'';
"pipewire/pipewire-pulse.d/92-low-latency.conf".source = json.generate "92-low-latency.conf" {
@ -149,16 +149,16 @@ in
{
name = "libpipewire-module-protocol-pulse";
args = {
pulse.min.req = "512/48000";
pulse.default.req = "512/48000";
pulse.max.req = "512/48000";
pulse.min.quantum = "512/48000";
pulse.max.quantum = "512/48000";
pulse.min.req = "64/48000";
pulse.default.req = "64/48000";
pulse.max.req = "64/48000";
pulse.min.quantum = "64/48000";
pulse.max.quantum = "64/48000";
};
}
];
stream.properties = {
node.latency = "512/48000";
node.latency = "64/48000";
resample.quality = 1;
};
};