mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-31 09:58:53 -08:00
feat(audio): increase bluetooth latency for more stability
my worst enemy bluez
This commit is contained in:
parent
5faedbd288
commit
93e7c55cf6
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ in
|
|||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
wireplumber.enable = true;
|
||||
extraConfig.pipewire = {
|
||||
bluez = {
|
||||
bluez5.a2dp.latency.msec = 150;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue