This commit is contained in:
Tao Tien 2024-07-22 16:47:34 -07:00
parent acbe48b736
commit 725e927369
4 changed files with 14 additions and 5 deletions

View file

@ -62,7 +62,7 @@ in {
services.pipewire.extraConfig = {
pipewire."99-low-latency" = {
context.properties = {
default.allowed-rates = [44100 48000 96000];
default.allowed-rates = [44100 48000 96000 192000];
default.clock.rate = 192000;
default.clock.quantum = 32;
default.clock.min-quantum = 32;