fix sampling rates

This commit is contained in:
2026-04-24 18:09:41 +02:00
parent 8b641bdc1a
commit 01905831dc
+1
View File
@@ -12,6 +12,7 @@
extraConfig.pipewire."92-low-latency" = {
"context.properties" = {
"default.clock.rate" = 48000;
"default.clock.allowed-rates" = [ 44100 48000 88200 96000 176400 192000 ];
"default.clock.quantum" = 128;
"default.clock.min-quantum" = 64;
"default.clock.max-quantum" = 512;