micronix: Remove unused files, I no longer use that software

This commit is contained in:
unixpup 2025-01-24 19:42:41 -03:00
commit 3892f6f79b
No known key found for this signature in database
9 changed files with 23 additions and 88 deletions

View file

@ -36,12 +36,12 @@
};
"filter" = {
"properties" = {
"node.latency" = "1024/48000";
"node.latency" = "2048/192000";
};
};
"stream" = {
"properties" = {
"node.latency" = "1024/48000";
"node.latency" = "2048/192000";
"node.autoconnect" = true;
"resample.quality" = 14;
"channelmix.normalize" = true;
@ -79,12 +79,12 @@
};
"filter" = {
"properties" = {
"node.latency" = "1024/48000";
"node.latency" = "2048/192000";
};
};
"stream" = {
"properties" = {
"node.latency" = "1024/48000";
"node.latency" = "2048/192000";
"node.autoconnect" = true;
"resample.quality" = 14;
"channelmix.normalize" = true;
@ -99,7 +99,7 @@
];
"actions" = {
"update-props" = {
"node.latency" = "512/48000";
"node.latency" = "512/192000";
};
};
}
@ -145,7 +145,7 @@
"rt.time.soft" = -1;
"rt.time.hard" = -1;
"uclamp.min" = 0;
"uclamp.max" = 1024;
"uclamp.max" = 2048;
};
"flags" = ["ifexists" "nofail"];
}
@ -244,8 +244,8 @@
];
"core.daemon" = true;
"core.name" = "pipewire-0";
"default.clock.rate" = 48000;
"default.clock.allowed-rates" = [48000];
"default.clock.rate" = 192000;
"default.clock.allowed-rates" = [192000];
"module.x11.bell" = true;
"module.access" = true;
"module.jackdbus-detect" = true;
@ -259,7 +259,7 @@
];
"actions" = {
"update-props" = {
"default.clock.min-quantum" = 1024;
"default.clock.min-quantum" = 2048;
};
};
}
@ -285,7 +285,7 @@
"rt.time.soft" = -1;
"rt.time.hard" = -1;
"uclamp.min" = 0;
"uclamp.max" = 1024;
"uclamp.max" = 2048;
};
"flags" = ["ifexists" "nofail"];
}