audio latency shit idk
This commit is contained in:
parent
3db35ea68b
commit
5501e0b62b
4 changed files with 32 additions and 4 deletions
|
|
@ -74,6 +74,18 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
pipewire."99-custom.conf" = {
|
||||
context.modules = [
|
||||
{
|
||||
name = "libpipewire-module-rt";
|
||||
args = {
|
||||
nice.level = -11;
|
||||
rt.prio = 19;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
pipewire-pulse."92-low-latency" = mkIf cfg.lowLatency {
|
||||
context.modules = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue