mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-31 09:58:53 -08:00
feat: even more latency for bluetooth ig
Some checks are pending
Check flake / check (push) Waiting to run
Some checks are pending
Check flake / check (push) Waiting to run
This commit is contained in:
parent
93e7c55cf6
commit
8d80ebe1b0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ in
|
|||
wireplumber.enable = true;
|
||||
extraConfig.pipewire = {
|
||||
bluez = {
|
||||
bluez5.a2dp.latency.msec = 150;
|
||||
bluez5.a2dp.latency.msec = 200;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue